Explorar o código

[iqiyi] Add tests for #7894

Yen Chi Hsuan %!s(int64=10) %!d(string=hai) anos
pai
achega
59185202c6
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      youtube_dl/extractor/iqiyi.py

+ 9 - 0
youtube_dl/extractor/iqiyi.py

@@ -84,6 +84,15 @@ class IqiyiIE(InfoExtractor):
         'params': {
         'params': {
             'skip_download': True,
             '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 = [
     _FORMATS_MAP = [