[extractor/CWTV] Extract thumbnail (#4185)

Authored by: ischmidt20
This commit is contained in:
ischmidt20 2022-06-25 20:37:36 -04:00 committed by GitHub
parent 9eef7c4e55
commit 8d214c484c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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