diff options
| author | Sergey M․ <dstftw@gmail.com> | 2016-10-30 18:17:15 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2016-10-30 18:17:15 +0700 | 
| commit | a901fc5fc2600f3324018ee32d4933350716e75e (patch) | |
| tree | 64e70abcbe58ec367cbd6bb7cbaa331593618fc6 | |
| parent | cae6bc011852271734884648be254cc51500935f (diff) | |
[vessel] Add tests for #11068
| -rw-r--r-- | youtube_dl/extractor/vessel.py | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/youtube_dl/extractor/vessel.py b/youtube_dl/extractor/vessel.py index 5b7647f8a..6b9c227db 100644 --- a/youtube_dl/extractor/vessel.py +++ b/youtube_dl/extractor/vessel.py @@ -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 | 
