浏览代码

[rte] PEP8

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

+ 1 - 1
youtube_dl/extractor/rte.py

@@ -24,7 +24,7 @@ class RteIE(InfoExtractor):
             'skip_download': 'f4m fails with --test atm'
         }
     }
-    
+
     def _real_extract(self, url):
         video_id = self._match_id(url)
         webpage = self._download_webpage(url, video_id)