This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[mpora] Improve _VALID_URL
totalwebcasting
Sergey M․
10 years ago
parent
6317a3e9da
commit
250a9bdfe2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/mpora.py
+ 1
- 1
youtube_dl/extractor/mpora.py
View File
@ -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
=
{
Write
Preview
Loading…
Cancel
Save