浏览代码

[kuwo] PEP8

Yen Chi Hsuan 10 年之前
父节点
当前提交
a34af8d066
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      youtube_dl/extractor/kuwo.py

+ 2 - 2
youtube_dl/extractor/kuwo.py

@@ -249,10 +249,10 @@ class KuwoCategoryIE(InfoExtractor):
 
         category_name = self._html_search_regex(
             r'<h1 title="([^<>]+?)">[^<>]+?</h1>', webpage, 'category name')
-        
+
         category_desc = re.sub(
             r'^.+简介:', '', get_element_by_id("intro", webpage).strip())
-        
+
         jsonm = self._parse_json(self._html_search_regex(
             r'var jsonm = (\{.+?\});', webpage, 'category songs'), category_id)