From 8c31540e3ab91da858cc0ca742f0e9e2117a0d9d Mon Sep 17 00:00:00 2001 From: Rohit Date: Fri, 29 Dec 2023 13:58:04 +0530 Subject: [PATCH] linting --- yt_dlp/postprocessor/embedthumbnail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/postprocessor/embedthumbnail.py b/yt_dlp/postprocessor/embedthumbnail.py index b0b613f25..cfa51437d 100644 --- a/yt_dlp/postprocessor/embedthumbnail.py +++ b/yt_dlp/postprocessor/embedthumbnail.py @@ -103,7 +103,7 @@ def run(self, info): encoding=3, mime='image/%s' % thumbnail_ext, type=3, desc=u'Cover (front)', data=thumbfile.read()) audio.save() - temp_filename = filename # Mutagen saves to the original file + 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)) success = False