projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6317a3e
)
[mpora] Improve _VALID_URL
author
Sergey M․
<dstftw@gmail.com>
Thu, 26 Feb 2015 15:16:35 +0000
(21:16 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 26 Feb 2015 15:16:35 +0000
(21:16 +0600)
youtube_dl/extractor/mpora.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/mpora.py
b/youtube_dl/extractor/mpora.py
index a07d28928617acc2ad280d41c990a17fdfdc33f0..5a1bee5c85ea3e8c6105a58e5d34ab233a1ddbd2 100644
(file)
--- a/
youtube_dl/extractor/mpora.py
+++ b/
youtube_dl/extractor/mpora.py
@@
-5,7
+5,7
@@
from ..utils import int_or_none
class MporaIE(InfoExtractor):
- _VALID_URL = r'https?://(www\.)?mpora\.(?:com|de)/videos/(?P<id>[^?#/]+)'
+ _VALID_URL = r'https?://(
?:
www\.)?mpora\.(?:com|de)/videos/(?P<id>[^?#/]+)'
IE_NAME = 'MPORA'
_TEST = {