From f10095c058a79add3a554eb8be06069b7b5e6efc Mon Sep 17 00:00:00 2001 From: sceext Date: Sun, 26 Jul 2015 15:32:27 +0800 Subject: [PATCH] [iqiyi] fix 1080p parse, change um to 1 --- youtube_dl/extractor/iqiyi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py index 93c25598e..241ca779b 100644 --- a/youtube_dl/extractor/iqiyi.py +++ b/youtube_dl/extractor/iqiyi.py @@ -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() }