parent
9eef7c4e55
commit
8d214c484c
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue