Explorar el Código

[soundgasm] PEP8

Philipp Hagemeister hace 10 años
padre
commit
591ab1dff9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      youtube_dl/extractor/soundgasm.py

+ 1 - 0
youtube_dl/extractor/soundgasm.py

@@ -40,6 +40,7 @@ class SoundgasmIE(InfoExtractor):
             'description': description
             'description': description
         }
         }
 
 
+
 class SoundgasmProfileIE(InfoExtractor):
 class SoundgasmProfileIE(InfoExtractor):
     IE_NAME = 'soundgasm:profile'
     IE_NAME = 'soundgasm:profile'
     _VALID_URL = r'https?://(?:www\.)?soundgasm\.net/u/(?P<id>[^/]+)/?(?:\#.*)?$'
     _VALID_URL = r'https?://(?:www\.)?soundgasm\.net/u/(?P<id>[^/]+)/?(?:\#.*)?$'