mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[YoutubeDL] Revert error_to_str for ExtractorError
This commit is contained in:
		| @@ -677,7 +677,7 @@ class YoutubeDL(object): | ||||
|                 else: | ||||
|                     return ie_result | ||||
|             except ExtractorError as e:  # An error we somewhat expected | ||||
|                 self.report_error(error_to_str(e), e.format_traceback()) | ||||
|                 self.report_error(compat_str(e), e.format_traceback()) | ||||
|                 break | ||||
|             except MaxDownloadsReached: | ||||
|                 raise | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․