forked from stacked/plugin.video.espn.video
-
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) · 1006 Bytes
/
addon.xml
File metadata and controls
21 lines (21 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.espn.video"
name="ESPN Video"
version="2.0.6"
provider-name="stacked, Swedemon">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.parsedom" version="1.3.0"/>
<import addon="script.module.buggalo" version="1.1.2"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">ESPN: Watch Sports Videos and Highlights Online.</summary>
<description lang="en">ESPN.com is the leading provider of sports on the Internet. ESPN.com provides its users, the young, affluent, male sports fan, with late breaking news, statistics, schedules, and player updates, in addition to up-to-the minute sports scores from live events.</description>
<platform>all</platform>
<language>en</language>
</extension>
</addon>