-
Notifications
You must be signed in to change notification settings - Fork 39
/
addons.xml
25 lines (23 loc) · 1.04 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
<?xml version="1.0" encoding="UTF-8"?>
<addons>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.icdrama" version="2.2.0" name="Icdrama" provider-name="aznhusband, dumbo0001, s_h, boleanly, mugol, General-Meow, cthlo">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.html5lib" version="0.999.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.resolveurl" version="5.0.38"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Dramas, shows, and movies from icdrama.se</summary>
<description>Provides contents from icdrama.se. "Happy wife, happy life"</description>
<disclaimer>This addon is not affiliated with icdrama.se</disclaimer>
<platform>all</platform>
<license>MIT License</license>
</extension>
</addon>
</addons>