forked from ErwinJunge/XBMC-plugin.video.nos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
22 lines (22 loc) · 972 Bytes
/
addon.xml
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" standalone="yes"?>
<addon id="plugin.video.nos"
name="NOS"
version="1.0.0"
provider-name="ErwinJunge">
<requires>
<import addon="xbmc.python" version="1.0"/>
<import addon="script.module.beautifulsoup" version="3.0.8"/>
</requires>
<extension point="xbmc.python.pluginsource"
provides="video"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Watch videos from NOS (Dutch news service)</summary>
<summary lang="nl">Bekijk videos van de NOS</summary>
<description lang="en">Watch videos from various NOS sites. For feature requests and bug reports: [email protected]</description>
<description lang="nl">Bekijk videos van verscheidene NOS sites. Voor functie verzoeken en het rapporteren van bugs: [email protected]</description>
<platform>all</platform>
</extension>
</addon>