aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/cwtv.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/cwtv.py')
-rw-r--r--hypervideo_dl/extractor/cwtv.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/hypervideo_dl/extractor/cwtv.py b/hypervideo_dl/extractor/cwtv.py
index 7338243..9b83264 100644
--- a/hypervideo_dl/extractor/cwtv.py
+++ b/hypervideo_dl/extractor/cwtv.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..utils import (
ExtractorError,
@@ -94,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')
}