Selaa lähdekoodia

[telecinco] Clarify IE_DESC

Sergey M․ 10 vuotta sitten
vanhempi
sitoutus
0e1b2566ff
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      youtube_dl/extractor/telecinco.py

+ 1 - 1
youtube_dl/extractor/telecinco.py

@@ -17,7 +17,7 @@ from ..utils import (
 
 
 
 
 class TelecincoIE(InfoExtractor):
 class TelecincoIE(InfoExtractor):
-    IE_NAME = 'telecinco.es'
+    IE_DESC = 'telecinco.es and cuatro.es'
     _VALID_URL = r'https?://www\.(?:telecinco\.es|cuatro\.com)/(?:[^/]+/)+(?P<id>.+?)\.html'
     _VALID_URL = r'https?://www\.(?:telecinco\.es|cuatro\.com)/(?:[^/]+/)+(?P<id>.+?)\.html'
 
 
     _TESTS = [{
     _TESTS = [{