mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Fix external downloader availability when using --ffmpeg-location (#12318)
				
					
				
			This fix is only applicable to the CLI option Authored by: Kenshin9977
This commit is contained in:
		| @@ -457,8 +457,6 @@ class FFmpegFD(ExternalFD): | ||||
| 
 | ||||
|     @classmethod | ||||
|     def available(cls, path=None): | ||||
|         # TODO: Fix path for ffmpeg | ||||
|         # Fixme: This may be wrong when --ffmpeg-location is used | ||||
|         return FFmpegPostProcessor().available | ||||
| 
 | ||||
|     def on_process_started(self, proc, stdin): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kenshin9977
					Kenshin9977