mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[iqiyi] fix iqiyi (2015-07-17), update the md5 salt (enc_key) to iqiyi latest (2015-07-17) flash player.
This commit is contained in:
		| @@ -212,20 +212,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): | ||||||
|         filename, _ = os.path.splitext(url_basename(swf_url)) |         enc_key = '8e29ab5666d041c3a1ea76e06dabdffb' | ||||||
|         enc_key_json = self._downloader.cache.load('iqiyi-enc-key', filename) |  | ||||||
|         if enc_key_json is not None: |  | ||||||
|             return enc_key_json[0] |  | ||||||
|  |  | ||||||
|         req = self._request_webpage( |  | ||||||
|             swf_url, video_id, note='download swf content') |  | ||||||
|         cn = req.read() |  | ||||||
|         cn = zlib.decompress(cn[8:]) |  | ||||||
|         pt = re.compile(b'MixerRemote\x08(?P<enc_key>.+?)\$&vv') |  | ||||||
|         enc_key = self._search_regex(pt, cn, 'enc_key').decode('utf8') |  | ||||||
|  |  | ||||||
|         self._downloader.cache.store('iqiyi-enc-key', filename, [enc_key]) |  | ||||||
|  |  | ||||||
|         return enc_key |         return enc_key | ||||||
|  |  | ||||||
|     def _real_extract(self, url): |     def _real_extract(self, url): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 sceext
					sceext