mirror of https://github.com/yt-dlp/yt-dlp.git
[iqiyi] Add localized name
This commit is contained in:
parent
513cbdda93
commit
44c514eb9c
|
@ -20,6 +20,7 @@ from ..utils import (
|
||||||
|
|
||||||
class IqiyiIE(InfoExtractor):
|
class IqiyiIE(InfoExtractor):
|
||||||
IE_NAME = 'iqiyi'
|
IE_NAME = 'iqiyi'
|
||||||
|
IE_DESC = '爱奇艺'
|
||||||
|
|
||||||
_VALID_URL = r'http://(?:www\.)iqiyi.com/v_.+?\.html'
|
_VALID_URL = r'http://(?:www\.)iqiyi.com/v_.+?\.html'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue