forked from markhoney/plugin.video.nz.ondemand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
19 lines (19 loc) · 881 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.nz.ondemand"
version="1.3.3"
name="NZ OnDemand"
provider-name="Mark Honeychurch (markhoney)">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">NZ OnDemand</summary>
<description lang="en">New Zealand TV3/C4, TVNZ and Ziln OnDemand videos, along with Shine and Parliament TV streaming video.</description>
<disclaimer lang="en">Some parts of this addon may not be legal in your country of residence - please check with your local laws.</disclaimer>
</extension>
</addon>