mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -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