logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: a901fc5fc2600f3324018ee32d4933350716e75e
parent cae6bc011852271734884648be254cc51500935f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 30 Oct 2016 18:17:15 +0700

[vessel] Add tests for #11068

Diffstat:

Myoutube_dl/extractor/vessel.py6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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