YoutubeDL: style fix
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 17 Dec 2014 13:55:27 +0000 (14:55 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 17 Dec 2014 13:55:27 +0000 (14:55 +0100)
youtube_dl/YoutubeDL.py

index 30f1cd1ee7e2c49da44a732474b4bf973cbb4486..14ee30e550e7ef2c56050c41056620007f615ffe 100755 (executable)
@@ -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)