remove some unnecessary code I accidentally left behind

pull/184/head
pukkandan 5 years ago
parent 4b43b53dfe
commit 7f3ebefbe1

@ -2002,8 +2002,6 @@ class YoutubeDL(object):
if not _write_link_file('desktop', DOT_DESKTOP_LINK_TEMPLATE, '\n', embed_filename=True): if not _write_link_file('desktop', DOT_DESKTOP_LINK_TEMPLATE, '\n', embed_filename=True):
return return
# Download
must_record_download_archive = False
if not self.params.get('skip_download', False): if not self.params.get('skip_download', False):
try: try:
if info_dict.get('requested_formats') is not None: if info_dict.get('requested_formats') is not None:

Loading…
Cancel
Save