Sfoglia il codice sorgente

[iqiyi] Add localized name

Yen Chi Hsuan 10 anni fa
parent
commit
44c514eb9c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      youtube_dl/extractor/iqiyi.py

+ 1 - 0
youtube_dl/extractor/iqiyi.py

@@ -20,6 +20,7 @@ from ..utils import (
 
 class IqiyiIE(InfoExtractor):
     IE_NAME = 'iqiyi'
+    IE_DESC = '爱奇艺'
 
     _VALID_URL = r'http://(?:www\.)iqiyi.com/v_.+?\.html'