소스 검색

[rte] PEP8

Philipp Hagemeister 11 년 전
부모
커밋
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)