Browse Source

[vessel] Add tests for #11068

totalwebcasting
Sergey M․ 8 years ago
parent
commit
a901fc5fc2
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      youtube_dl/extractor/vessel.py

+ 6
- 0
youtube_dl/extractor/vessel.py View File

@ -32,6 +32,12 @@ class VesselIE(InfoExtractor):
}, {
'url': 'https://www.vessel.com/embed/G4U7gUJ6a?w=615&h=346',
'only_matching': True,
}, {
'url': 'https://www.vessel.com/videos/F01_dsLj1',
'only_matching': True,
}, {
'url': 'https://www.vessel.com/videos/RRX-sir-J',
'only_matching': True,
}]
@staticmethod


Loading…
Cancel
Save