Explorar el Código

[yinyuetai] Add localized name

Yen Chi Hsuan hace 10 años
padre
commit
b931fbe5ab
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      youtube_dl/extractor/yinyuetai.py

+ 1 - 0
youtube_dl/extractor/yinyuetai.py

@@ -7,6 +7,7 @@ from ..utils import ExtractorError
 
 class YinYueTaiIE(InfoExtractor):
     IE_NAME = 'yinyuetai:video'
+    IE_DESC = '音悦Tai'
     _VALID_URL = r'https?://v\.yinyuetai\.com/video(?:/h5)?/(?P<id>[0-9]+)'
     _TESTS = [{
         'url': 'http://v.yinyuetai.com/video/2322376',