forked from jbeluch/xbmc-newyorktimes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
21 lines (21 loc) · 1.18 KB
/
addon.xml
File metadata and controls
21 lines (21 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<addon id="plugin.video.newyorktimes" name="New York Times" provider-name="idleloop, forked from Jonathan Beluch (jbel)" version="2.1.2">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.parsedom" version="2.5.2" />
<import addon="script.module.xbmcswift2" version="2.4.0" />
<import addon="script.common.plugin.cache" version="2.5.5" />
</requires>
<extension library="addon.py" point="xbmc.python.pluginsource">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<language />
<platform>all</platform>
<summary>Watch video from the New York Times.</summary>
<description>News and opinion video from The NYTimes including breaking news, investigative reporting, national and international coverage. Style and celebrity video.</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<source>https://github.com/idleloop-github/xbmc-newyorktimes</source>
<email>idleloop at yahoo dot com</email>
<disclaimer>Provided "as is" - //github.com/idleloop-github/xbmc-newyorktimes - Original author: jonathanbeluch dot com.</disclaimer>
</extension>
</addon>