diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-11-19 22:31:16 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-11-19 22:31:16 +0600 | 
| commit | 6b7ceee1b9124521d2f583fb0d0717999747fdcf (patch) | |
| tree | 48e7dbaaa9d9eac44d6d4662743e50d1a1929bc1 | |
| parent | fdb20a27a335dddeebd2e6535a1b9c12c08aa42f (diff) | |
[vimeo] Add test for #7552
| -rw-r--r-- | youtube_dl/extractor/vimeo.py | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py index 836a7312b..057c72f39 100644 --- 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  | 
