From bebcdfeff692268ac8067853833408a4fd132969 Mon Sep 17 00:00:00 2001 From: ddmgy Date: Fri, 13 Jul 2018 16:23:48 -0400 Subject: [PATCH] Grab larger image for thumbnail. --- youtube_dl/extractor/roosterteeth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/roosterteeth.py b/youtube_dl/extractor/roosterteeth.py index 1c541cc4c..9e2353dc8 100644 --- a/youtube_dl/extractor/roosterteeth.py +++ b/youtube_dl/extractor/roosterteeth.py @@ -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,