Browse Source

[iqiyi] update md5 salt (2015-08-10 Zombie)

sceext 10 năm trước cách đây
mục cha
commit
0a19d4ccd6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      youtube_dl/extractor/iqiyi.py

+ 1 - 1
youtube_dl/extractor/iqiyi.py

@@ -201,7 +201,7 @@ class IqiyiIE(InfoExtractor):
         return raw_data
         return raw_data
 
 
     def get_enc_key(self, swf_url, video_id):
     def get_enc_key(self, swf_url, video_id):
-        enc_key = '8e29ab5666d041c3a1ea76e06dabdffb'
+        enc_key = '3601ba290e4f4662848c710e2122007e'	# last update at 2015-08-10 for Zombie
         return enc_key
         return enc_key
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):