diff options
author | robin <rderooij685@gmail.com> | 2015-02-08 16:46:13 +0100 |
---|---|---|
committer | robin <rderooij685@gmail.com> | 2015-02-08 16:46:13 +0100 |
commit | c36b09a5026172c1ca452038fffccd68b14c528c (patch) | |
tree | 2aa48209c29ec41c6ee08a77769e3e04bc104e2b /youtube_dl/extractor/gamekings.py | |
parent | 955c5505e7df737b452d54d869958a8f5425edf5 (diff) |
[Gamekings] Use thumbnail in return statement
Diffstat (limited to 'youtube_dl/extractor/gamekings.py')
-rw-r--r-- | youtube_dl/extractor/gamekings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/gamekings.py b/youtube_dl/extractor/gamekings.py index 3c1f7f195..1821f26d8 100644 --- a/youtube_dl/extractor/gamekings.py +++ b/youtube_dl/extractor/gamekings.py @@ -66,4 +66,5 @@ class GamekingsIE(InfoExtractor): 'url': video_url, 'title': self._og_search_title(webpage), 'description': self._og_search_description(webpage), + 'thumbnail': image } |