1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-14 15:59:36 +00:00

YoutubeDL: style fix

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-12-17 14:55:27 +01:00
parent f7ffe72ac7
commit 0e4cb4f406

View file

@ -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)