diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-12-28 00:19:36 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-12-28 00:19:36 +0800 |
commit | 59185202c6854b39ceb5fe6ea960ad1b308ceca8 (patch) | |
tree | 4c0135d19959e58390d534d6f14b6e30693b268c /youtube_dl | |
parent | bee83e84f64248a47f2f0b79e8c2698bc89abf55 (diff) |
[iqiyi] Add tests for #7894
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/iqiyi.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py index 38348e0e7..66a70a181 100644 --- a/youtube_dl/extractor/iqiyi.py +++ b/youtube_dl/extractor/iqiyi.py @@ -84,6 +84,15 @@ class IqiyiIE(InfoExtractor): 'params': { 'skip_download': True, }, + }, { + 'url': 'http://www.iqiyi.com/w_19rt6o8t9p.html', + 'only_matching': True, + }, { + 'url': 'http://www.iqiyi.com/a_19rrhbc6kt.html', + 'only_matching': True, + }, { + 'url': 'http://yule.iqiyi.com/pcb.html', + 'only_matching': True, }] _FORMATS_MAP = [ |