-
Notifications
You must be signed in to change notification settings - Fork 2
/
addon.xml
20 lines (20 loc) · 1001 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.fernsehkritik" name="Fernsehkritik TV" version="1.0.2" provider-name="cdwertmann">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.common.plugin.cache" version="0.9.1"/>
<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">
<platform>all</platform>
<language>de</language>
<summary lang="de">Fernsehkritik</summary>
<description lang="de">TV-Magazin von fernsehkritik.tv</description>
<website>https://github.com/cdwertmann/plugin.video.fernsehkritik</website>
<source>http://github.com/cdwertmann/plugin.video.fernsehkritik</source>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
</extension>
</addon>