From 7f3ebefbe111bbb9e0a404a07f6fe209cc682c7d Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sun, 15 Nov 2020 15:29:15 +0530 Subject: [PATCH] remove some unnecessary code I accidentally left behind --- youtube_dlc/YoutubeDL.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/youtube_dlc/YoutubeDL.py b/youtube_dlc/YoutubeDL.py index 43670e9d4..bf41b1395 100644 --- a/youtube_dlc/YoutubeDL.py +++ b/youtube_dlc/YoutubeDL.py @@ -2002,8 +2002,6 @@ class YoutubeDL(object): if not _write_link_file('desktop', DOT_DESKTOP_LINK_TEMPLATE, '\n', embed_filename=True): return - # Download - must_record_download_archive = False if not self.params.get('skip_download', False): try: if info_dict.get('requested_formats') is not None: