about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-26 22:04:39 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-26 22:04:39 +0600
commit70113c38c9e551d7d9ab2a4d1f7e76c81b68ae76 (patch)
tree000da0061eb7f6a4edbf6ffd1cad5f341ffc27cd
parent3d8132f5e20b7cbdaa8f69aca482553b2c02bed8 (diff)
downloadyoutube-dl-70113c38c9e551d7d9ab2a4d1f7e76c81b68ae76.tar.gz
youtube-dl-70113c38c9e551d7d9ab2a4d1f7e76c81b68ae76.tar.xz
youtube-dl-70113c38c9e551d7d9ab2a4d1f7e76c81b68ae76.zip
[shared] Clarify IE_DESC
-rw-r--r--youtube_dl/extractor/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/shared.py b/youtube_dl/extractor/shared.py
index 000ef1a07..cf0a3bfef 100644
--- a/youtube_dl/extractor/shared.py
+++ b/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 = {