1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2026-04-05 00:00:03 -04:00

[iqiyi] Add localized name

This commit is contained in:
Yen Chi Hsuan
2015-07-11 00:51:03 +08:00
parent 513cbdda93
commit 44c514eb9c
+1
View File
@@ -20,6 +20,7 @@ from ..utils import (
class IqiyiIE(InfoExtractor):
IE_NAME = 'iqiyi'
IE_DESC = '爱奇艺'
_VALID_URL = r'http://(?:www\.)iqiyi.com/v_.+?\.html'