Explorar o código

Update iqiyi.py

Fix part of the address can not be resolved.
eg:http://www.iqiyi.com/w_19rt6o8t9p.html
gam2046 %!s(int64=10) %!d(string=hai) anos
pai
achega
82e02ea5fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/iqiyi.py

+ 1 - 1
youtube_dl/extractor/iqiyi.py

@@ -16,7 +16,7 @@ class IqiyiIE(InfoExtractor):
     IE_NAME = 'iqiyi'
     IE_DESC = '爱奇艺'
 
-    _VALID_URL = r'http://(?:www\.)iqiyi.com/v_.+?\.html'
+    _VALID_URL = r'http://(?:www\.)iqiyi.com/._.+?\.html'
 
     _TESTS = [{
         'url': 'http://www.iqiyi.com/v_19rrojlavg.html',