]> jfr.im git - yt-dlp.git/commitdiff
[extractor/CWTV] Extract thumbnail (#4185)
authorischmidt20 <redacted>
Sun, 26 Jun 2022 00:37:36 +0000 (20:37 -0400)
committerGitHub <redacted>
Sun, 26 Jun 2022 00:37:36 +0000 (17:37 -0700)
Authored by: ischmidt20

yt_dlp/extractor/cwtv.py

index 07239f39cf924accb4c1c45ebc3ca8f05576d5f6..9b83264ee1617ee445e8f1381bec18d2e8207abf 100644 (file)
@@ -91,4 +91,5 @@ def _real_extract(self, url):
             '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')
         }