http://gitunderground.i2p/archive/youtube-dl/src/commit/dcdb292fddc82ae11f4c0b647815a45c88a6b6d5/youtube_dl/extractor/sohu.py
# Sohu videos give different MD5 sums on Travis CI and my machine _TESTS = [{ 'note' : 'This video is available only in Mainland China' , 'url' : 'http://tv.sohu.com/20130724/n382479172.shtml#super' , 'info_dict' : { 'id' : '382479172' , 'ext' : 'mp4' , 'title' : 'MV : Far East Movement《The Illest》' , }, 'skip' : 'On available in China' , }, { 'url' : 'http://tv.sohu.com/20150305/n409385080.shtml' , 'info_dict' : { 'id' : '409385080' , 'ext' : 'mp4' , 'title' : '《2015湖南卫视羊年元宵晚会》唐嫣《花好月圆》' , } }, { 'url' :...