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
[mooshare] Add support for URLs starting with 'www'
totalwebcasting
Sergey M․
11 years ago
parent
0dae5083f1
commit
8cdafb47b9
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/mooshare.py
+ 1
- 1
youtube_dl/extractor/mooshare.py
View File
@ -14,7 +14,7 @@ from ..utils import (
class
MooshareIE
(
InfoExtractor
)
:
IE_NAME
=
'
mooshare
'
IE_DESC
=
'
Mooshare.biz
'
_VALID_URL
=
r
'
http://mooshare
\
.biz/(?P<id>[
\
da-z]{12})
'
_VALID_URL
=
r
'
http://
(?:www
\
.)?
mooshare
\
.biz/(?P<id>[
\
da-z]{12})
'
_TESTS
=
[
{
Write
Preview
Loading…
Cancel
Save