summaryrefslogtreecommitdiff
path: root/plugin.video.hak5/addon.xml
blob: 88712852acf115e28006a5c37c6e1149582b44e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.hak5"
       name="Hak5"
       version="1.0.3"
       provider-name="Skipmode A1">
  <requires>
    <import addon="xbmc.python"                     version="2.25.0"/>
    <import addon="script.module.beautifulsoup4"    version="4.5.3"/>
    <import addon="script.module.requests"          version="2.4.3"/>
    <import addon="script.module.future"            version="0.0.1"/>
  	<import addon="script.module.html5lib"          version="0.999.0"/>
    <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 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>https://forum.kodi.tv/showthread.php?tid=318316</forum>
    <website>http://hak5.com</website>
    <email></email>
    <source>https://github.com/skipmodea1/plugin.video.hak5</source>
  </extension>
</addon>