summaryrefslogtreecommitdiff
path: root/plugin.video.cnn/addon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.cnn/addon.xml')
-rw-r--r--plugin.video.cnn/addon.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugin.video.cnn/addon.xml b/plugin.video.cnn/addon.xml
new file mode 100644
index 0000000..4ea6642
--- /dev/null
+++ b/plugin.video.cnn/addon.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon id="plugin.video.cnn" version="1.0.0" name="CNN" 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.youtube.dl" version="17.0.0"/>
+ <import addon="script.module.beautifulsoup4" version="4.3.2"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="default.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">Instant breaking news alerts and the most talked about stories.</summary>
+ <description lang="en_GB">CNN.com is among the world's leaders in online news and information delivery. Staffed 24 hours, seven days a week by a dedicated staff in CNN's world headquarters in Atlanta, Georgia, and in bureaus worldwide, CNN.com relies heavily on CNN's global team of almost 4,000 news professionals. CNN.com features the latest multimedia technologies, from live video streaming to audio packages to searchable archives of news features and background information. The site is updated continuously throughout the day.</description>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <source>https://github.com/Lunatixz/plugin.video.cnn/tree/master</source>
+ <website>http://cnn.com</website>
+ <news></news>
+ <forum>https://forum.kodi.tv/showthread.php?tid=324060</forum>
+ <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>
+ <screenshot>resources/images/screenshot03.png</screenshot>
+ </assets>
+ </extension>
+</addon>