From f6316c1cd1b6581dd16bf974df7dd68451bae5f5 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sun, 15 Nov 2020 15:27:53 +0530 Subject: [PATCH] make sure must_record_download_archive ks assigned first --- youtube_dlc/YoutubeDL.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dlc/YoutubeDL.py b/youtube_dlc/YoutubeDL.py index e720924c8..9e8d82a48 100644 --- a/youtube_dlc/YoutubeDL.py +++ b/youtube_dlc/YoutubeDL.py @@ -1948,6 +1948,8 @@ class YoutubeDL(object): self._write_thumbnails(info_dict, filename) + # Download + must_record_download_archive = False if not self.params.get('skip_download', False): try: if info_dict.get('requested_formats') is not None: