[iqiyi] Make _VALID_URL more accurate
[youtube-dl] / youtube_dl / extractor / iqiyi.py
index d73687d881e6b31922c8e62989d346369460b1f1..f0d4233313e5ad1843c85915051b8ecfbfe04384 100644 (file)
@@ -17,7 +17,7 @@ from ..utils import ExtractorError
 class IqiyiIE(InfoExtractor):
     IE_NAME = 'iqiyi'
 
-    _VALID_URL = r'http://(?:www\.)iqiyi.com/.+?\.html'
+    _VALID_URL = r'http://(?:www\.)iqiyi.com/v_.+?\.html'
 
     _TESTS = [{
         'url': 'http://www.iqiyi.com/v_19rrojlavg.html',