[extractor/CWTV] Extract thumbnail (#4185)

Authored by: ischmidt20
pull/4194/head
ischmidt20 2 years ago committed by GitHub
parent 9eef7c4e55
commit 8d214c484c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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')
}

Loading…
Cancel
Save