projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7af0eb
)
[soundcloud] Support URLs with a slash at the end (Fixes #1104)
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 23 Jul 2013 16:35:52 +0000
(18:35 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 23 Jul 2013 16:35:52 +0000
(18:35 +0200)
youtube_dl/extractor/soundcloud.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/soundcloud.py
b/youtube_dl/extractor/soundcloud.py
index d47c49c03f6e5445e72255e79495baae3a16e115..8b8b5166d134ee7e8b2538f2f7fccec4ca9d4072 100644
(file)
--- a/
youtube_dl/extractor/soundcloud.py
+++ b/
youtube_dl/extractor/soundcloud.py
@@
-19,7
+19,7
@@
class SoundcloudIE(InfoExtractor):
of the stream token and uid
"""
- _VALID_URL = r'^(?:https?://)?(?:www\.)?soundcloud\.com/([\w\d-]+)/([\w\d-]+)(?:[?].*)?$'
+ _VALID_URL = r'^(?:https?://)?(?:www\.)?soundcloud\.com/([\w\d-]+)/([\w\d-]+)
/?
(?:[?].*)?$'
IE_NAME = u'soundcloud'
_TEST = {
u'url': u'http://soundcloud.com/ethmusic/lostin-powers-she-so-heavy',