mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-27 06:10:12 +01:00
parent
b51d2ae3ca
commit
9cc1a3130a
|
@ -343,7 +343,7 @@ def download(self, filename, info_dict, subtitle=False):
|
|||
"""
|
||||
|
||||
nooverwrites_and_exists = (
|
||||
not self.params.get('overwrites', subtitle)
|
||||
not self.params.get('overwrites', True)
|
||||
and os.path.exists(encodeFilename(filename))
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user