youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 6b7ceee1b9124521d2f583fb0d0717999747fdcf
parent fdb20a27a335dddeebd2e6535a1b9c12c08aa42f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 19 Nov 2015 22:31:16 +0600

[vimeo] Add test for #7552

Diffstat:
Myoutube_dl/extractor/vimeo.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py @@ -189,6 +189,10 @@ class VimeoIE(VimeoBaseInfoExtractor): 'note': 'Video not completely processed, "failed" seed status', 'only_matching': True, }, + { + 'url': 'https://vimeo.com/groups/travelhd/videos/22439234', + 'only_matching': True, + }, ] @staticmethod