make sure must_record_download_archive ks assigned first

pull/183/head
pukkandan 5 years ago
parent 2f89346ffd
commit f6316c1cd1

@ -1948,6 +1948,8 @@ class YoutubeDL(object):
self._write_thumbnails(info_dict, filename) self._write_thumbnails(info_dict, filename)
# 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