From 59185202c6854b39ceb5fe6ea960ad1b308ceca8 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Mon, 28 Dec 2015 00:19:36 +0800 Subject: [PATCH] [iqiyi] Add tests for #7894 --- youtube_dl/extractor/iqiyi.py | 9 +++++++++ 1 file changed, 9 insertions(+) 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 = [ -- 2.30.2