mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-20 05:38:46 +08:00
Grab larger image for thumbnail.
This commit is contained in:
parent
c3f3aa993b
commit
bebcdfeff6
@ -107,7 +107,7 @@ class RoosterTeethIE(InfoExtractor):
|
||||
description = attributes.get('caption')
|
||||
series = attributes.get('show_title')
|
||||
|
||||
thumbnail = try_get(data, lambda x: x['included']['images'][0]['attributes']['thumb'], compat_str)
|
||||
thumbnail = try_get(data, lambda x: x['included']['images'][0]['attributes']['large'], compat_str)
|
||||
|
||||
video_response = self._call_api(
|
||||
display_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user