diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-26 22:04:39 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-26 22:04:39 +0600 |
commit | 70113c38c9e551d7d9ab2a4d1f7e76c81b68ae76 (patch) | |
tree | 000da0061eb7f6a4edbf6ffd1cad5f341ffc27cd /youtube_dl | |
parent | 3d8132f5e20b7cbdaa8f69aca482553b2c02bed8 (diff) |
[shared] Clarify IE_DESC
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/shared.py | 1 |
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 = { |