mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-01 03:22:52 -05:00
[embedthumbnail] Add support for mp3 cover embedding
This commit is contained in:
@ -280,6 +280,8 @@ class FFmpegExtractAudioPP(FFmpegPostProcessor):
|
||||
errnote='Cannot update utime of audio file')
|
||||
|
||||
information['filepath'] = new_path
|
||||
information['ext'] = extension
|
||||
|
||||
return [path], information
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user