summaryrefslogtreecommitdiff
path: root/plugin.video.hak5/addon.xml
diff options
context:
space:
mode:
authorskipmodea1 <skipmodea1@outlook.com>2017-07-15 16:15:40 +0200
committerenen92 <enen92@users.noreply.github.com>2017-07-15 15:15:40 +0100
commita9e20f242224a0d501cd37ee3744f2b6497e5b59 (patch)
treedbf12853092ed4c8ac4aafe4023b86349d4567b7 /plugin.video.hak5/addon.xml
parent49d6dd033fc083c4ee6f69947861c0d923144041 (diff)
[plugin.video.hak5] 1.0.0 (#1318)
Diffstat (limited to 'plugin.video.hak5/addon.xml')
-rw-r--r--plugin.video.hak5/addon.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugin.video.hak5/addon.xml b/plugin.video.hak5/addon.xml
new file mode 100644
index 0000000..7e0e995
--- /dev/null
+++ b/plugin.video.hak5/addon.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<addon id="plugin.video.hak5"
+ name="Hak5"
+ version="1.0.0"
+ provider-name="Skipmode A1">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ <import addon="script.module.beautifulsoup" version="3.0.8"/>
+ <import addon="script.module.requests" version="2.4.3"/>
+ <import addon="plugin.video.youtube" version="5.1.7"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="addon.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <summary lang="en_GB">Watch videos from hak5.com</summary>
+ <description lang="en_GB">Watch videos from hak5.com. The videos are from the shows Hak5, Haktik, Threatwire, Tekthing, Pineapple University and Metasploit</description>
+ <disclaimer lang="en_GB">For bugs, requests or general questions visit the hak5.com thread on the Kodi forum</disclaimer>
+ <language>en</language>
+ <platform>all</platform>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
+ <forum></forum>
+ <website>http://hak5.com</website>
+ <email></email>
+ <source>https://github.com/skipmodea1/plugin.video.hak5</source>
+ </extension>
+</addon>