summaryrefslogtreecommitdiff
path: root/plugin.video.cbcnews/addon.xml
blob: 9bb3aaf70ef46888a45e77e54c5376d39dd23f5a (plain)
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.cbcnews"
       name="CBC.ca News"
       version="3.0.2"
       provider-name="t1m">
  <requires>
    <import addon="xbmc.python" version="2.25.0"/>
    <import addon="script.module.t1mlib" version="1.0.14"/>
  </requires>
  <extension point="xbmc.python.pluginsource"
            library="default.py">
        <provides>video</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <summary lang="en_GB">CBC.ca News</summary>
    <description lang="en_GB">CBC News - only for use in Canada. CBC.ca is Canada's Online Information Source. Comprehensive web site for news, entertainment, sports, and business.</description>
    <disclaimer lang="en_GB">Feel free to use this script. For information visit the wiki.</disclaimer>
    <platform>all</platform>
    <language>en</language>
    <license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
    <forum>http://forum.kodi.tv/showthread.php?tid=308873</forum>
    <website>http://www.cbc.ca/player/news</website>
    <email></email>
    <source>https://github.com/learningit/Kodi-plugins-source</source>
  </extension>
</addon>