Browse Source

[vimeo] add test for original format

totalwebcasting
remitamine 9 years ago
parent
commit
323f82a7e0
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      youtube_dl/extractor/vimeo.py

+ 14
- 0
youtube_dl/extractor/vimeo.py View File

@ -185,6 +185,20 @@ class VimeoIE(VimeoBaseInfoExtractor):
'uploader_id': 'user28849593',
},
},
{
# 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',


Loading…
Cancel
Save