youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 591ab1dff913d7ff88f30487c54c1e9c5d44d0cb
parent 5bca2424bc2dfb15b5394a51fa5befd7148edc41
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 23 Feb 2015 16:51:21 +0100

[soundgasm] PEP8

Diffstat:
Myoutube_dl/extractor/soundgasm.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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>[^/]+)/?(?:\#.*)?$'