-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
22 lines (22 loc) · 1.19 KB
/
Copy pathaddon.xml
File metadata and controls
22 lines (22 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.delfi.ee" version="0.0.13" name="Delfi" provider-name="Üllar Pajus [yllar.pajus@gmail.com]">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.buggalo" version="1.1.2"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Watch Delfi TV </summary>
<summary lang="et">Vaata Delfi TV-d </summary>
<description lang="en">This plugin allows you to see Delfi TV.</description>
<description lang="et">Selle plugina abil saate vaadata Delfi TV.</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws. Plugin is as-is, without any warranty.</disclaimer>
<disclaimer lang="et">Plugin on as-is ilma igasuguse garantiita.</disclaimer>
<license>GPLv2</license>
<platform>all</platform>
<language>et</language>
</extension>
</addon>