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
Merge branch 'master' of github.com:rg3/youtube-dl
totalwebcasting
Philipp Hagemeister
11 years ago
parent
5b2478e2ba
8b286571c3
commit
13ef5648c4
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/mixcloud.py
+ 1
- 1
youtube_dl/extractor/mixcloud.py
View File
@ -10,7 +10,7 @@ from ..utils import (
class
MixcloudIE
(
InfoExtractor
)
:
_VALID_URL
=
r
'
^(?:https?://)?(?:www
\
.)?mixcloud
\
.com/([
\
w
\
d-]+)/([
\
w
\
d-
]+)
'
_VALID_URL
=
r
'
^(?:https?://)?(?:www
\
.)?mixcloud
\
.com/([
^/]+)/([^/
]+)
'
IE_NAME
=
'
mixcloud
'
_TEST
=
{
Write
Preview
Loading…
Cancel
Save