Skip to content

Commit 05de84f

Browse files
committed
Updated AtomicParsley patch
1 parent ae96c1f commit 05de84f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/embedthumbnail.py.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
diff --git a/yt-dlp/yt_dlp/postprocessor/embedthumbnail.py b/yt-dlp/yt_dlp/postprocessor/embedthumbnail.py
2-
index 918d3e788..45666beeb 100644
2+
index 606d90d3d..df3adc6ec 100644
33
--- a/yt-dlp/yt_dlp/postprocessor/embedthumbnail.py
44
+++ b/yt-dlp/yt_dlp/postprocessor/embedthumbnail.py
5-
@@ -168,7 +168,7 @@ class EmbedThumbnailPP(FFmpegPostProcessor):
5+
@@ -139,7 +139,7 @@ def run(self, info):
66
if not success:
77
success = True
88
atomicparsley = next((
99
- x for x in ['AtomicParsley', 'atomicparsley']
1010
+ x for x in ['libatomicparsley.bin.so', 'AtomicParsley', 'atomicparsley']
1111
if check_executable(x, ['-v'])), None)
1212
if atomicparsley is None:
13-
raise EmbedThumbnailPPError('AtomicParsley was not found. Please install')
13+
self.to_screen('Neither mutagen nor AtomicParsley was found. Falling back to ffmpeg')

0 commit comments

Comments
 (0)