-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaddon.xml
More file actions
16 lines (16 loc) · 816 Bytes
/
addon.xml
File metadata and controls
16 lines (16 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.libzdf" name="libzdf" version="5.0.2" provider-name="sarbes">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.libmediathek4" version="1.0.0"/>
<import addon="script.module.requests" version="2.19.1"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GPL-2.0-only</license>
<source>https://github.com/sarbes/script.module.libzdf</source>
<summary lang="en_GB">This is a scraper for the ZDF Mediathek (http://www.zdf.de).</summary>
<description lang="en_GB">This is a scraper for the ZDF Mediathek (http://www.zdf.de) and similar.</description>
</extension>
</addon>