mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-12 08:18:29 +00:00
remove duplicated same extraction process to thumbnails
This commit is contained in:
parent
c7a528c198
commit
13879e2cef
@ -327,7 +327,6 @@ def _real_extract(self, url):
|
||||
'id': video_id,
|
||||
'formats': formats,
|
||||
'subtitles': subtitles,
|
||||
'thumbnails': json_ld.get('thumbnails'),
|
||||
},
|
||||
traverse_obj(json_ld, {
|
||||
'thumbnails': 'thumbnails',
|
||||
|
Loading…
Reference in New Issue
Block a user