소스 검색

YoutubeDL: style fix

Jaime Marquínez Ferrándiz 11 년 전
부모
커밋
0e4cb4f406
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      youtube_dl/YoutubeDL.py

+ 0 - 1
youtube_dl/YoutubeDL.py

@@ -1151,7 +1151,6 @@ class YoutubeDL(object):
                     return
                 self.record_download_archive(info_dict)
 
-
     def download(self, url_list):
         """Download a given list of URLs."""
         outtmpl = self.params.get('outtmpl', DEFAULT_OUTTMPL)