summaryrefslogtreecommitdiff
path: root/plugin.video.skynews/addon.xml
diff options
context:
space:
mode:
authorLunatixz <Lunatixz@users.noreply.github.com>2017-09-03 12:31:49 -0400
committerenen92 <enen92@users.noreply.github.com>2017-09-03 17:31:49 +0100
commit4b45a2ea025f7b91a8c0d6df47eff23329869088 (patch)
tree8213ee8b7d27ae41dc879c0a565f3c0d980bb608 /plugin.video.skynews/addon.xml
parent16143b1eed2b3e60d8bd1ce86f79966c09ae9059 (diff)
[plugin.video.skynews] 1.0.1 (#1392)
[plugin.video.skynews] 1.0.1
Diffstat (limited to 'plugin.video.skynews/addon.xml')
-rw-r--r--plugin.video.skynews/addon.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugin.video.skynews/addon.xml b/plugin.video.skynews/addon.xml
new file mode 100644
index 0000000..7bfe3ee
--- /dev/null
+++ b/plugin.video.skynews/addon.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.skynews" version="1.0.1" name="Sky News" provider-name="Lunatixz">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.simplecache" version="1.0.0"/>
+ <import addon="script.module.beautifulsoup4" version="4.3.2"/>
+ <import addon="plugin.video.youtube" version="5.1.8" optional="true"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">Sky News is a 24-hour international multimedia news organisation based in the U.K. that started as a 24-hour television news channel.</summary>
+ <description lang="en_GB">Sky News - First for Breaking News, video, headlines, analysis and top stories from business, politics, entertainment and more in the UK and worldwide.</description>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <source>https://github.com/Lunatixz/XBMC_Addons/tree/master/plugin.video.skynews</source>
+ <website>http://news.sky.com/</website>
+ <forum>https://forum.kodi.tv/showthread.php?tid=320938</forum>
+ <news></news>
+ <assets>
+ <icon>resources/images/icon.png</icon>
+ <fanart>resources/images/fanart.jpg</fanart>
+ <screenshot>resources/images/screenshot01.png</screenshot>
+ <screenshot>resources/images/screenshot02.png</screenshot>
+ </assets>
+ </extension>
+</addon> \ No newline at end of file