diff options
author | remitamine <remitamine@gmail.com> | 2015-12-16 17:00:17 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2015-12-16 17:00:17 +0100 |
commit | 323f82a7e05afcc3518706dc18016ebd97fbc052 (patch) | |
tree | 70cdc34a9f7e7f9ec141971b4e1b21005ca07e39 /youtube_dl/extractor/vimeo.py | |
parent | 8534bf1f0051640399b7c65c7d33e38b02f598fd (diff) |
[vimeo] add test for original format
Diffstat (limited to 'youtube_dl/extractor/vimeo.py')
-rw-r--r-- | youtube_dl/extractor/vimeo.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vimeo.py b/youtube_dl/extractor/vimeo.py index 715ede34e..ce08e6955 100644 --- a/youtube_dl/extractor/vimeo.py +++ b/youtube_dl/extractor/vimeo.py @@ -186,6 +186,20 @@ class VimeoIE(VimeoBaseInfoExtractor): }, }, { + # contains original format + 'url': 'https://vimeo.com/33951933', + 'md5': '53c688fa95a55bf4b7293d37a89c5c53', + 'info_dict': { + 'id': '33951933', + 'ext': 'mp4', + 'title': 'FOX CLASSICS - Forever Classic ID - A Full Minute', + 'uploader': 'The DMCI', + 'uploader_id': 'dmci', + 'upload_date': '20111220', + 'description': 'md5:ae23671e82d05415868f7ad1aec21147', + }, + }, + { 'url': 'https://vimeo.com/109815029', 'note': 'Video not completely processed, "failed" seed status', 'only_matching': True, |