1
0
Эх сурвалжийг харах

[Gamekings] Use thumbnail in return statement

robin 11 жил өмнө
parent
commit
c36b09a502

+ 1 - 0
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
         }