diff options
| -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 = [ | 
