mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[downloader/common] Always skip "already downloaded" check when outputting to stdout
This commit is contained in:
		| @@ -325,7 +325,7 @@ class FileDownloader(object): | ||||
|         ) | ||||
|  | ||||
|         # Check file already present | ||||
|         if filename != '-' and nooverwrites_and_exists or continuedl_and_exists: | ||||
|         if filename != '-' and (nooverwrites_and_exists or continuedl_and_exists): | ||||
|             self.report_file_already_downloaded(filename) | ||||
|             self._hook_progress({ | ||||
|                 'filename': filename, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․