This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
addons.xml
33 lines (32 loc) · 1.7 KB
/
addons.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon id="plugin.video.canada.on.demand" name="Canada On Demand" version="0.8.8" provider-name="andre">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup" version="3.2.0"/>
<import addon="script.module.simplejson" version="2.0.10"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Video On Demand From Canada</summary>
<description>Stream content from tons of Canadian providers including CTV, CBC, TSN, Global and MANY More!</description>
<platform>all</platform>
<disclaimer></disclaimer>
</extension>
</addon>
<addon id="repository.CanadaOnDemand" name="CanadaOnDemand Repo" version="1.1.0" provider-name="andre">
<extension point="xbmc.addon.repository" name="CanadaOnDemand Repo">
<info compressed="false">https://raw.github.com/irfancharania/canada.on.demand.repo/master/addons.xml</info>
<checksum>https://raw.github.com/irfancharania/canada.on.demand.repo/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.github.com/irfancharania/canada.on.demand.repo/master/zips</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Repo for CanadaOnDemand</summary>
<description>This repository is for testing and alpha versions of andrepl's plugins.</description>
<disclaimer>The owners and submitters to this repository do not host or distribute any of the content displayed by these addons nor do they have any affiliation with the content providers.</disclaimer>
<platform>all</platform>
</extension>
</addon>
</addons>