mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-24 17:08:53 +00:00
Fixed embedding filepath issue for subs and infojson
This commit is contained in:
@@ -226,6 +226,6 @@ class EmbedThumbnailPP(FFmpegPostProcessor):
|
||||
info=info)
|
||||
|
||||
if not self._already_have_thumbnail:
|
||||
del info['thumbnails'][idx]['filepath']
|
||||
info['thumbnails'][idx].pop('filepath', None)
|
||||
|
||||
return [], info
|
||||
|
||||
Reference in New Issue
Block a user