mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[postprocessor/embedthumbnail] Detect libatomicparsley.so
This commit is contained in:
		| @@ -139,7 +139,8 @@ class EmbedThumbnailPP(FFmpegPostProcessor): | ||||
|             if not success: | ||||
|                 success = True | ||||
|                 atomicparsley = next(( | ||||
|                     x for x in ['AtomicParsley', 'atomicparsley'] | ||||
|                     # libatomicparsley.so : See https://github.com/xibr/ytdlp-lazy/issues/1 | ||||
|                     x for x in ['AtomicParsley', 'atomicparsley', 'libatomicparsley.so'] | ||||
|                     if check_executable(x, ['-v'])), None) | ||||
|                 if atomicparsley is None: | ||||
|                     self.to_screen('Neither mutagen nor AtomicParsley was found. Falling back to ffmpeg') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan