Browse Source

[shared] Clarify IE_DESC

Sergey M․ 10 years ago
parent
commit
70113c38c9
1 changed files with 1 additions and 0 deletions
  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 = {