projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd3bc5
)
[divxstage] Support more domains
author
Sergey M․
<dstftw@gmail.com>
Sat, 5 Apr 2014 09:50:05 +0000
(16:50 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 5 Apr 2014 09:50:05 +0000
(16:50 +0700)
youtube_dl/extractor/divxstage.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/divxstage.py
b/youtube_dl/extractor/divxstage.py
index 4b323dd2c5f923668f92dccb27c00984693c5df7..c76844b39a5fe86d843eb9970237e1cbcf8c5f87 100644
(file)
--- a/
youtube_dl/extractor/divxstage.py
+++ b/
youtube_dl/extractor/divxstage.py
@@
-7,7
+7,7
@@
class DivxStageIE(NovaMovIE):
IE_NAME = 'divstage'
IE_DESC = 'DivxStage'
- _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'divxstage\.(?:eu|net)'}
+ _VALID_URL = NovaMovIE._VALID_URL_TEMPLATE % {'host': 'divxstage\.(?:eu|net
|ch|co|at|ag
)'}
_HOST = 'www.divxstage.eu'