]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cwtv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / 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')
         }