1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-09 23:08:32 +00:00

Update yt_dlp/postprocessor/embedthumbnail.py

Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
This commit is contained in:
fjueic 2023-12-29 07:37:00 -08:00 committed by GitHub
parent 8c31540e3a
commit 79bb8f51e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ def run(self, info):
audio.save()
temp_filename = filename # Mutagen saves to the original file
except Exception as err:
self.report_warning('unable to embed using mutagen; %s' % error_to_compat_str(err))
self.report_warning(f'unable to embed using mutagen; {err}')
success = False
# Method 2: Use ffmpeg
else: