-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
18 lines (18 loc) · 806 Bytes
/
addon.xml
File metadata and controls
18 lines (18 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.libwdr"
name="libwdr"
version="2.0.0"
provider-name="sarbes">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.libmediathek4" version="0.0.1"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<source>https://github.com/prof-membrane/script.module.libWdr</source>
<summary lang="en">This is a scraper for content of the German broadcaster "WDR".</summary>
<description lang="en">This is a scraper for content of the German broadcaster "WDR".</description>
</extension>
</addon>