mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Use the option in preparing the merge output filename
This commit is contained in:
		| @@ -912,7 +912,7 @@ class YoutubeDL(object): | ||||
|                             selected_format = { | ||||
|                                 'requested_formats': formats_info, | ||||
|                                 'format': rf, | ||||
|                                 'ext': formats_info[0]['ext'], | ||||
|                                 'ext': self.params['merge_output_format'] if self.params['merge_output_format'] is not None else formats_info[0]['ext'], | ||||
|                             } | ||||
|                         else: | ||||
|                             selected_format = None | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andrei Troie
					Andrei Troie