From 9431b9eddd6acb3e79862cd7a88472cb7c1e29ba Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Thu, 19 Dec 2013 02:50:40 +0800 Subject: [PATCH] [Sohu] Update the MD5 checksum of the test case --- 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 f37724650..2669fe7cf 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'bde8d9a6ffd82c63a1eefaef4eeefec7', + u'md5': u'cc84eed6b6fbf0f2f9a8d3cb9da1939b', u'info_dict': { u'title': u'MV:Far East Movement《The Illest》', },