aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorischmidt20 <ischmidt20@berkeley.edu>2022-06-25 20:37:36 -0400
committerGitHub <noreply@github.com>2022-06-25 17:37:36 -0700
commit8d214c484c57ac3eb19043c7dc72e4f24e3018e2 (patch)
treec0237117a2ff9a16dbb0d353aa7b2c99cb2a8c56
parent9eef7c4e558f86fb248554868931936097d46592 (diff)
downloadhypervideo-pre-8d214c484c57ac3eb19043c7dc72e4f24e3018e2.tar.lz
hypervideo-pre-8d214c484c57ac3eb19043c7dc72e4f24e3018e2.tar.xz
hypervideo-pre-8d214c484c57ac3eb19043c7dc72e4f24e3018e2.zip
[extractor/CWTV] Extract thumbnail (#4185)
Authored by: ischmidt20
-rw-r--r--yt_dlp/extractor/cwtv.py1
1 files changed, 1 insertions, 0 deletions
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')
}