[iqiyi] Fix 1080P extraction (closes #9446)
authorYen Chi Hsuan <yan12125@gmail.com>
Thu, 12 May 2016 10:48:27 +0000 (18:48 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Thu, 12 May 2016 10:48:27 +0000 (18:48 +0800)
youtube_dl/extractor/iqiyi.py

index ffb8008ce29c81363c58e8b7af135b4d096835e8..ddcb3c916e6a0610484dc5ceddbd84b507e761fd 100644 (file)
@@ -505,7 +505,10 @@ class IqiyiIE(InfoExtractor):
             'enc': md5_text(enc_key + tail),
             'qyid': _uuid,
             'tn': random.random(),
-            'um': 0,
+            # In iQiyi's flash player, um is set to 1 if there's a logged user
+            # Some 1080P formats are only available with a logged user.
+            # Here force um=1 to trick the iQiyi server
+            'um': 1,
             'authkey': md5_text(md5_text('') + tail),
             'k_tag': 1,
         }