-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
26 lines (26 loc) · 1.34 KB
/
addon.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
26
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.quasar.yify-mc" name="Quasar MC's [COLOR FFE8C233]YIFY[/COLOR] Provider" version="1.0.0"
provider-name="mancuniancol">
<requires>
<import addon="xbmc.python" version="2.12.0"/>
<import addon="plugin.video.quasar" optional="false"/>
<import addon="script.module.beautifulsoup4" optional="false"/>
<import addon="script.module.requests" optional="false"/>
</requires>
<extension point="xbmc.python.script" library="main.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Quasar YTS Provider with configuration</summary>
<description lang="en">This provider allows to choose the quality of video torrent which will feed
Quasar.[CR]You need to config the add-on before using Quasar[CR]It only works with Movies
</description>
<language></language>
<platform>all</platform>
<forum>http://forum.xbmc.org/showthread.php?tid=204728</forum>
<disclaimer lang="en">It only works with Quasar![CR]It is just for educational purpose[CR]Check if it is illegal
in your country to use.
</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
</extension>
</addon>