mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[postprocessor/common] Use 'self._downloader.params' instead of 'self.params'
'self.params' is not defined
This commit is contained in:
		| @@ -62,7 +62,7 @@ class PostProcessor(object): | |||||||
|             self._downloader.report_warning(errnote) |             self._downloader.report_warning(errnote) | ||||||
|  |  | ||||||
|     def _configuration_args(self, default=[]): |     def _configuration_args(self, default=[]): | ||||||
|         return cli_configuration_args(self.params, 'postprocessor_args', default) |         return cli_configuration_args(self._downloader.params, 'postprocessor_args', default) | ||||||
|  |  | ||||||
|  |  | ||||||
| class AudioConversionError(PostProcessingError): | class AudioConversionError(PostProcessingError): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user