From: Nicolas Boisselier Date: Wed, 17 Apr 2019 21:43:55 +0000 (+0100) Subject: default.py icon.png X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=8c80dd986d28b25e6c01170f776a568a69657c0b;p=plugin.video.news.nbdom.net.git default.py icon.png --- diff --git a/default.py b/default.py index a36db72..6c0c739 100755 --- a/default.py +++ b/default.py @@ -82,13 +82,13 @@ def getVideos(url): # # Main # -KODI = False +KODI = True reload(sys) sys.setdefaultencoding("UTF8") if KODI: import xbmcgui import xbmcplugin - xbmcplugin.setContent(addon_handle, 'movies') + xbmcplugin.setContent(addon_handle, 'plugin.video.news.nbdom.net') content = getUrl('https://news.nbdom.net/videos/kodi/') for row in json.loads(content): diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..2d923bd Binary files /dev/null and b/icon.png differ