浏览代码

[soundgasm] PEP8

Philipp Hagemeister 10 年之前
父节点
当前提交
591ab1dff9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/soundgasm.py

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