Browse Source

[iqiyi] Add tests for #7894

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
59185202c6
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      youtube_dl/extractor/iqiyi.py

+ 9
- 0
youtube_dl/extractor/iqiyi.py View File

@ -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 = [


Loading…
Cancel
Save