[iqiyi] fix 1080p parse, change um to 1
This commit is contained in:
parent
6ccfbfde56
commit
f10095c058
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user