mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Clarify template error message (#1209)
This commit is contained in:
		| @@ -264,7 +264,7 @@ class YoutubeDL(object): | |||||||
|             self.report_error(u'Erroneous output template') |             self.report_error(u'Erroneous output template') | ||||||
|             return None |             return None | ||||||
|         except ValueError as err: |         except ValueError as err: | ||||||
|             self.report_error(u'Insufficient system charset ' + repr(preferredencoding())) |             self.report_error(u'Error in output template: ' + str(err) + u' (encoding: ' + repr(preferredencoding()) + ')') | ||||||
|             return None |             return None | ||||||
|  |  | ||||||
|     def _match_entry(self, info_dict): |     def _match_entry(self, info_dict): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister