Browse Source

YoutubeDL: style fix

master
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
0e4cb4f406
1 changed files with 0 additions and 1 deletions
  1. 1
      youtube_dl/YoutubeDL.py

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)

Loading…
Cancel
Save