summary refs log tree commit diff
diff options
context:
space:
mode:
authorrobin <rderooij685@gmail.com>2015-02-08 16:46:13 +0100
committerrobin <rderooij685@gmail.com>2015-02-08 16:46:13 +0100
commitc36b09a5026172c1ca452038fffccd68b14c528c (patch)
tree2aa48209c29ec41c6ee08a77769e3e04bc104e2b
parent955c5505e7df737b452d54d869958a8f5425edf5 (diff)
downloadyoutube-dl-c36b09a5026172c1ca452038fffccd68b14c528c.tar.gz
youtube-dl-c36b09a5026172c1ca452038fffccd68b14c528c.tar.xz
youtube-dl-c36b09a5026172c1ca452038fffccd68b14c528c.zip
[Gamekings] Use thumbnail in return statement
-rw-r--r--youtube_dl/extractor/gamekings.py1
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
         }