-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
21 lines (21 loc) · 848 Bytes
/
addon.xml
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"?>
<addon id="plugin.video.cinevedika"
version="0.0.1"
name="CineVedika"
provider-name="kokkera">
<requires>
<import addon="xbmc.python" version="2.24.0"/>
<import addon="script.module.requests" version="2.4.3"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
<import addon="script.module.urlresolver" version="3.0.0"/>
<import addon="script.module.web-pdb" version="1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Telugu shows and serials</summary>
<description>Cinevedika tv shows and serials</description>
<disclaimer>This addon provides access to cinevedika site and is not liable for any content hosted on that site</disclaimer>
</extension>
</addon>