Explorar el Código

[shared] Clarify IE_DESC

Sergey M․ hace 10 años
padre
commit
70113c38c9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      youtube_dl/extractor/shared.py

+ 1 - 0
youtube_dl/extractor/shared.py

@@ -14,6 +14,7 @@ from ..utils import (
 
 
 class SharedIE(InfoExtractor):
+    IE_DESC = 'shared.sx and vivo.sx'
     _VALID_URL = r'http://(?:shared|vivo)\.sx/(?P<id>[\da-z]{10})'
 
     _TEST = {