diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-06-26 00:25:41 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-06-26 00:25:41 +0700 |
commit | ac782306f18430479e881ffd1ac749baff4dd9aa (patch) | |
tree | c80ea8ba8a9bf34cad0859ed09c224d05c9cb43d /youtube_dl/extractor | |
parent | 0c00e889f3616cecd4de161681924c4cb12ce320 (diff) |
[iqiyi] Mark broken
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/iqiyi.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py index ddcb3c916..5dd15e26f 100644 --- 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' |