youtube-dl

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

commit ac782306f18430479e881ffd1ac749baff4dd9aa
parent 0c00e889f3616cecd4de161681924c4cb12ce320
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 26 Jun 2016 00:25:41 +0700

[iqiyi] Mark broken

Diffstat:
Myoutube_dl/extractor/iqiyi.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py @@ -165,6 +165,8 @@ class IqiyiIE(InfoExtractor): IE_NAME = 'iqiyi' IE_DESC = '爱奇艺' + _WORKING = False + _VALID_URL = r'https?://(?:(?:[^.]+\.)?iqiyi\.com|www\.pps\.tv)/.+\.html' _NETRC_MACHINE = 'iqiyi'