projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bca242
)
[soundgasm] PEP8
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 23 Feb 2015 15:51:21 +0000
(16:51 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 23 Feb 2015 15:51:21 +0000
(16:51 +0100)
youtube_dl/extractor/soundgasm.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/soundgasm.py
b/youtube_dl/extractor/soundgasm.py
index 1c48478a6136acae5c32cf0b06267232e6b0f079..3a4ddf57ea369a0b250a4d786738e0ea4db9e1dd 100644
(file)
--- a/
youtube_dl/extractor/soundgasm.py
+++ b/
youtube_dl/extractor/soundgasm.py
@@
-40,6
+40,7
@@
class SoundgasmIE(InfoExtractor):
'description': description
}
+
class SoundgasmProfileIE(InfoExtractor):
IE_NAME = 'soundgasm:profile'
_VALID_URL = r'https?://(?:www\.)?soundgasm\.net/u/(?P<id>[^/]+)/?(?:\#.*)?$'