mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-09 07:47:06 +01:00
[vimeo] add test for original format
This commit is contained in:
parent
8534bf1f00
commit
323f82a7e0
@ -185,6 +185,20 @@ class VimeoIE(VimeoBaseInfoExtractor):
|
|||||||
'uploader_id': 'user28849593',
|
'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',
|
'url': 'https://vimeo.com/109815029',
|
||||||
'note': 'Video not completely processed, "failed" seed status',
|
'note': 'Video not completely processed, "failed" seed status',
|
||||||
|
Loading…
Reference in New Issue
Block a user