mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	fix ffmpeg error, if youtube-dl runs more than once with --embed-thumbnail with same video
This commit is contained in:
		 pulpe
					pulpe
				
			
				
					committed by
					
						 Jaime Marquínez Ferrándiz
						Jaime Marquínez Ferrándiz
					
				
			
			
				
	
			
			
			 Jaime Marquínez Ferrándiz
						Jaime Marquínez Ferrándiz
					
				
			
						parent
						
							0c14e2fbe3
						
					
				
				
					commit
					149254d0d5
				
			| @@ -1,7 +1,7 @@ | ||||
|  | ||||
| from .atomicparsley import AtomicParsleyPP | ||||
| from .ffmpeg import ( | ||||
|     FFmpegMediaFixPP, | ||||
|     FFmpegAudioFixPP, | ||||
|     FFmpegMergerPP, | ||||
|     FFmpegMetadataPP, | ||||
|     FFmpegVideoConvertor, | ||||
| @@ -12,7 +12,7 @@ from .xattrpp import XAttrMetadataPP | ||||
|  | ||||
| __all__ = [ | ||||
|     'AtomicParsleyPP', | ||||
|     'FFmpegMediaFixPP', | ||||
|     'FFmpegAudioFixPP', | ||||
|     'FFmpegMergerPP', | ||||
|     'FFmpegMetadataPP', | ||||
|     'FFmpegVideoConvertor', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user