Fix resuming when using `--no-part`

Closes #576
pull/637/head
pukkandan 3 years ago
parent b51d2ae3ca
commit 9cc1a3130a
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -343,7 +343,7 @@ class FileDownloader(object):
""" """
nooverwrites_and_exists = ( nooverwrites_and_exists = (
not self.params.get('overwrites', subtitle) not self.params.get('overwrites', True)
and os.path.exists(encodeFilename(filename)) and os.path.exists(encodeFilename(filename))
) )

Loading…
Cancel
Save