mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-16 14:35:15 +00:00
@@ -91,4 +91,5 @@ class CWTVIE(InfoExtractor):
|
|||||||
'timestamp': parse_iso8601(video_data.get('start_time')),
|
'timestamp': parse_iso8601(video_data.get('start_time')),
|
||||||
'age_limit': parse_age_limit(video_data.get('rating')),
|
'age_limit': parse_age_limit(video_data.get('rating')),
|
||||||
'ie_key': 'ThePlatform',
|
'ie_key': 'ThePlatform',
|
||||||
|
'thumbnail': video_data.get('large_thumbnail')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user