projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d8132f
)
[shared] Clarify IE_DESC
author
Sergey M․
<dstftw@gmail.com>
Wed, 26 Aug 2015 16:04:39 +0000
(22:04 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 26 Aug 2015 16:04:39 +0000
(22:04 +0600)
youtube_dl/extractor/shared.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/shared.py
b/youtube_dl/extractor/shared.py
index 000ef1a0723d2b6ceb9b047924e0490386369060..cf0a3bfeff7028a26f8585a211ec2c3d59fa0479 100644
(file)
--- 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 = {