Explorar o código

[shared] Clarify IE_DESC

Sergey M․ %!s(int64=10) %!d(string=hai) anos
pai
achega
70113c38c9
Modificáronse 1 ficheiros con 1 adicións e 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):
 class SharedIE(InfoExtractor):
+    IE_DESC = 'shared.sx and vivo.sx'
     _VALID_URL = r'http://(?:shared|vivo)\.sx/(?P<id>[\da-z]{10})'
     _VALID_URL = r'http://(?:shared|vivo)\.sx/(?P<id>[\da-z]{10})'
 
 
     _TEST = {
     _TEST = {