1
0
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:
ddmgy 2018-07-13 16:23:48 -04:00
parent c3f3aa993b
commit bebcdfeff6

View File

@ -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,