mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[iqiyi] Update enc_key
This commit is contained in:
parent
5080cbf9fd
commit
31db8709bf
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ def get_raw_data(self, tvid, video_id, enc_key, _uuid):
|
|||
def get_enc_key(self, video_id):
|
||||
# TODO: automatic key extraction
|
||||
# last update at 2016-01-22 for Zombie::bite
|
||||
enc_key = '6ab6d0280511493ba85594779759d4ed'
|
||||
enc_key = '8ed797d224d043e7ac23d95b70227d32'
|
||||
return enc_key
|
||||
|
||||
def _extract_playlist(self, webpage):
|
||||
|
|
Loading…
Reference in a new issue