youtube-dl

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

commit e73c85cb23d278702357412479fd4b162a3abbb3
parent b6b2711298f8d43414deac939f92c7c3477826b2
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 13 Aug 2015 01:18:49 +0600

[iqiyi] PEP 8

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