projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04e8c11
)
[soundgasm:profile] Fix _VALID_URL
author
Sergey M․
<dstftw@gmail.com>
Mon, 23 Feb 2015 15:30:30 +0000
(21:30 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 23 Feb 2015 15:30:30 +0000
(21:30 +0600)
youtube_dl/extractor/soundgasm.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/soundgasm.py
b/youtube_dl/extractor/soundgasm.py
index 26e96a120a39c93dd07ad514ae1527d715424d29..9e992c9b7a3747198ef5334abfe3df778e120a5a 100644
(file)
--- a/
youtube_dl/extractor/soundgasm.py
+++ b/
youtube_dl/extractor/soundgasm.py
@@
-43,7
+43,7
@@
class SoundgasmIE(InfoExtractor):
class SoundgasmProfileIE(InfoExtractor):
IE_NAME = 'soundgasm:profile'
- _VALID_URL = r'https?://(?:www\.)?soundgasm\.net/u/(?P<id>[^/]+)'
+ _VALID_URL = r'https?://(?:www\.)?soundgasm\.net/u/(?P<id>[^/]+)
/?(?:\#.*)?$
'
_TEST = {
'url': 'http://soundgasm.net/u/ytdl',
'info_dict': {