mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 18:30:37 +00:00
parent
c4d95f67dd
commit
87408ccfd7
@ -225,7 +225,10 @@ class ImgurIE(ImgurBaseIE):
|
|||||||
}), get_all=False),
|
}), get_all=False),
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
'thumbnail': url_or_none(search('thumbnailUrl')),
|
'thumbnails': [{
|
||||||
|
'url': thumbnail_url,
|
||||||
|
'http_headers': {'Accept': '*/*'},
|
||||||
|
}] if (thumbnail_url := search(['thumbnailUrl', 'twitter:image', 'og:image'])) else None,
|
||||||
'http_headers': {'Accept': '*/*'},
|
'http_headers': {'Accept': '*/*'},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user