youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit d7f62b049a07d59265f679d13d736f5f8b096ce4
parent 3bb33568121126809e965dfacf542828d3606c10
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Fri, 25 Mar 2016 15:45:40 +0800

[iqiyi] Update enc_key

Diffstat:
Myoutube_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 @@ -501,7 +501,7 @@ class IqiyiIE(InfoExtractor): def get_enc_key(self, video_id): # TODO: automatic key extraction # last update at 2016-01-22 for Zombie::bite - enc_key = '8ed797d224d043e7ac23d95b70227d32' + enc_key = '4a1caba4b4465345366f28da7c117d20' return enc_key def _extract_playlist(self, webpage):