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
[soundcloud] Support mobile URLs (
Fixes
#2009
)
totalwebcasting
Philipp Hagemeister
11 years ago
parent
1fb8f09273
commit
71507a11c8
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/soundcloud.py
+ 1
- 1
youtube_dl/extractor/soundcloud.py
View File
@ -24,7 +24,7 @@ class SoundcloudIE(InfoExtractor):
"""
_VALID_URL
=
r
'''
^(?:https?://)?
(
?
:
(
?
:
(
?
:
www
\
.
)
?
soundcloud
\
.
com
/
(
?
:
(
?
:
(
?
:
www
\
.
|
m
\
.
)
?
soundcloud
\
.
com
/
(
?
P
<
uploader
>
[
\
w
\
d
-
]
+
)
/
(
?
!
sets
/
)
(
?
P
<
title
>
[
\
w
\
d
-
]
+
)
/
?
(
?
P
<
token
>
[
^
?
]
+
?
)
?
(
?
:
[
?
]
.
*
)
?
$
)
Write
Preview
Loading…
Cancel
Save