From 8d214c484c57ac3eb19043c7dc72e4f24e3018e2 Mon Sep 17 00:00:00 2001 From: ischmidt20 Date: Sat, 25 Jun 2022 20:37:36 -0400 Subject: [PATCH] [extractor/CWTV] Extract thumbnail (#4185) Authored by: ischmidt20 --- yt_dlp/extractor/cwtv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yt_dlp/extractor/cwtv.py b/yt_dlp/extractor/cwtv.py index 07239f39c..9b83264ee 100644 --- a/yt_dlp/extractor/cwtv.py +++ b/yt_dlp/extractor/cwtv.py @@ -91,4 +91,5 @@ class CWTVIE(InfoExtractor): 'timestamp': parse_iso8601(video_data.get('start_time')), 'age_limit': parse_age_limit(video_data.get('rating')), 'ie_key': 'ThePlatform', + 'thumbnail': video_data.get('large_thumbnail') }