diff options
Diffstat (limited to 'youtube_dlc/downloader/common.py')
-rw-r--r-- | youtube_dlc/downloader/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/downloader/common.py b/youtube_dlc/downloader/common.py index ff72f52d1..f7e7955aa 100644 --- a/youtube_dlc/downloader/common.py +++ b/youtube_dlc/downloader/common.py @@ -332,7 +332,7 @@ class FileDownloader(object): """ nooverwrites_and_exists = ( - not self.params.get('overwrites', True) + not self.params.get('overwrites', subtitle) and os.path.exists(encodeFilename(filename)) ) |