浏览代码

[Gamekings] Use thumbnail in return statement

robin 10 年之前
父节点
当前提交
c36b09a502
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/gamekings.py

+ 1 - 0
youtube_dl/extractor/gamekings.py

@@ -66,4 +66,5 @@ class GamekingsIE(InfoExtractor):
             'url': video_url,
             'url': video_url,
             'title': self._og_search_title(webpage),
             'title': self._og_search_title(webpage),
             'description': self._og_search_description(webpage),
             'description': self._og_search_description(webpage),
+            'thumbnail': image
         }
         }