about summary refs log tree commit diff
path: root/youtube_dl/extractor/soundgasm.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-23 16:51:21 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-23 16:51:21 +0100
commit591ab1dff913d7ff88f30487c54c1e9c5d44d0cb (patch)
treedfa2f70c071e2b4fc4d263becafc202976ce234b /youtube_dl/extractor/soundgasm.py
parent5bca2424bc2dfb15b5394a51fa5befd7148edc41 (diff)
downloadyoutube-dl-591ab1dff913d7ff88f30487c54c1e9c5d44d0cb.tar.gz
youtube-dl-591ab1dff913d7ff88f30487c54c1e9c5d44d0cb.tar.xz
youtube-dl-591ab1dff913d7ff88f30487c54c1e9c5d44d0cb.zip
[soundgasm] PEP8
Diffstat (limited to 'youtube_dl/extractor/soundgasm.py')
-rw-r--r--youtube_dl/extractor/soundgasm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/soundgasm.py b/youtube_dl/extractor/soundgasm.py
index 1c48478a6..3a4ddf57e 100644
--- 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>[^/]+)/?(?:\#.*)?$'