mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cleanup] Misc
Closes #5471, Closes #5312 Authored by: pukkandan, Alienmaster
This commit is contained in:
		 Robert Geislinger
					Robert Geislinger
				
			
				
					committed by
					
						 pukkandan
						pukkandan
					
				
			
			
				
	
			
			
			 pukkandan
						pukkandan
					
				
			
						parent
						
							8522226d2f
						
					
				
				
					commit
					7aaf4cd2a8
				
			| @@ -137,7 +137,7 @@ class FFmpegPostProcessor(PostProcessor): | ||||
|         path = self._paths.get(prog) | ||||
|         if path in self._version_cache: | ||||
|             return self._version_cache[path], self._features_cache.get(path, {}) | ||||
|         out = _get_exe_version_output(path, ['-bsfs'], to_screen=self.write_debug) | ||||
|         out = _get_exe_version_output(path, ['-bsfs']) | ||||
|         ver = detect_exe_version(out) if out else False | ||||
|         if ver: | ||||
|             regexs = [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user