Browse Source

[iqiyi] Add localized name

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
44c514eb9c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/iqiyi.py

+ 1
- 0
youtube_dl/extractor/iqiyi.py View File

@ -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…
Cancel
Save