From f381f04616d6cb0afdaa9ccdea5dab3794551763 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Thu, 19 Dec 2013 20:42:50 +0800 Subject: [PATCH] [Sohu] Fix a test failure due to md5 errors Only the first 10240 bytes are calculated in tests --- youtube_dl/extractor/sohu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/sohu.py b/youtube_dl/extractor/sohu.py index 2669fe7cf..44d607f67 100644 --- a/youtube_dl/extractor/sohu.py +++ b/youtube_dl/extractor/sohu.py @@ -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》', },