[iqiyi] fix 1080p parse, change um to 1

This commit is contained in:
sceext 2015-07-26 15:32:27 +08:00
parent 6ccfbfde56
commit f10095c058

View File

@ -203,7 +203,7 @@ class IqiyiIE(InfoExtractor):
(enc_key + tm + tvid).encode('utf8')).hexdigest(),
'qyid': _uuid,
'tn': random.random(),
'um': 0,
'um': 1,
'authkey': hashlib.md5(
(tm + tvid).encode('utf8')).hexdigest()
}