mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-04 17:34:32 +01:00
Update the Vimeo test vector md5
confirmed that this is indeed the first 10241 (we went off by one with byte range 0-10240) of the full, playing mp4, so they probably reencoded or something
This commit is contained in:
parent
21c924f406
commit
b9a836515f
@ -27,7 +27,7 @@ class VimeoIE(InfoExtractor):
|
|||||||
{
|
{
|
||||||
u'url': u'http://vimeo.com/56015672#at=0',
|
u'url': u'http://vimeo.com/56015672#at=0',
|
||||||
u'file': u'56015672.mp4',
|
u'file': u'56015672.mp4',
|
||||||
u'md5': u'ae7a1d8b183758a0506b0622f37dfa14',
|
u'md5': u'8879b6cc097e987f02484baf890129e5',
|
||||||
u'info_dict': {
|
u'info_dict': {
|
||||||
u"upload_date": u"20121220",
|
u"upload_date": u"20121220",
|
||||||
u"description": u"This is a test case for youtube-dl.\nFor more information, see github.com/rg3/youtube-dl\nTest chars: \u2605 \" ' \u5e78 / \\ \u00e4 \u21ad \U0001d550",
|
u"description": u"This is a test case for youtube-dl.\nFor more information, see github.com/rg3/youtube-dl\nTest chars: \u2605 \" ' \u5e78 / \\ \u00e4 \u21ad \U0001d550",
|
||||||
|
Loading…
Reference in New Issue
Block a user