mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-11 07:02:51 +08:00
[Sohu] Fix a test failure due to md5 errors
Only the first 10240 bytes are calculated in tests
This commit is contained in:
parent
9431b9eddd
commit
f381f04616
@ -13,7 +13,7 @@ class SohuIE(InfoExtractor):
|
||||
_TEST = {
|
||||
u'url': u'http://tv.sohu.com/20130724/n382479172.shtml#super',
|
||||
u'file': u'382479172.mp4',
|
||||
u'md5': u'cc84eed6b6fbf0f2f9a8d3cb9da1939b',
|
||||
u'md5': u'29175c8cadd8b5cc4055001e85d6b372',
|
||||
u'info_dict': {
|
||||
u'title': u'MV:Far East Movement《The Illest》',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user