[soundgasm] PEP8
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 23 Feb 2015 15:51:21 +0000 (16:51 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 23 Feb 2015 15:51:21 +0000 (16:51 +0100)
youtube_dl/extractor/soundgasm.py

index 1c48478a6136acae5c32cf0b06267232e6b0f079..3a4ddf57ea369a0b250a4d786738e0ea4db9e1dd 100644 (file)
@@ -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>[^/]+)/?(?:\#.*)?$'