[ie/Reddit] Fix thumbnail extraction

Authored by: bashonly
pull/7621/head
bashonly 10 months ago
parent ba06d77a31
commit 9a04113dfb
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -240,6 +240,7 @@ class RedditIE(InfoExtractor):
'url': unescapeHTML(thumbnail_url),
'width': int_or_none(src.get('width')),
'height': int_or_none(src.get('height')),
'http_headers': {'Accept': '*/*'},
})
for image in try_get(data, lambda x: x['preview']['images']) or []:

Loading…
Cancel
Save