mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[YoutubeDL] Skip postprocessing and archive report when outputting to stdout (Closes #8729)
This commit is contained in:
		| @@ -1631,7 +1631,7 @@ class YoutubeDL(object): | ||||
|                 self.report_error('content too short (expected %s bytes and served %s)' % (err.expected, err.downloaded)) | ||||
|                 return | ||||
|  | ||||
|             if success: | ||||
|             if success and filename != '-': | ||||
|                 # Fixup content | ||||
|                 fixup_policy = self.params.get('fixup') | ||||
|                 if fixup_policy is None: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․