diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-12-17 14:55:27 +0100 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-12-17 14:55:27 +0100 | 
| commit | 0e4cb4f406337d3b8879cabb556bde1ec6742b74 (patch) | |
| tree | 994b2aba3a9797f3fab5328784d0a7f50eee847c | |
| parent | f7ffe72ac78f6d093d8e4c28f1710c52a8c65121 (diff) | |
YoutubeDL: style fix
| -rwxr-xr-x | youtube_dl/YoutubeDL.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 30f1cd1ee..14ee30e55 100755 --- a/youtube_dl/YoutubeDL.py +++ b/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) | 
