forked from steveevo/WhiteCream-V0.0.1
-
Notifications
You must be signed in to change notification settings - Fork 5
/
addons.xml
37 lines (36 loc) · 2.37 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
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.uwc"
name="Ultimate Whitecream"
version="1.1.35"
provider-name="mortael">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GPL 2.0</license>
<summary lang="en">Watch [COLOR red][B]ADULT[/B][/COLOR] Movies.</summary>
<description lang="en">Watch [COLOR red][B]ADULT[/B][/COLOR] Movies.</description>
<description lang="ru">Видео только для [COLOR red][B]ВЗРОСЛЫХ[/B][/COLOR].</description>
<disclaimer lang="en">The author does not host or distribute any of the content displayed by this addon. The author does not have any affiliation with the content provider.</disclaimer>
<disclaimer lang="ru">Автор плагина не несет никакой ответственности за предъявленный контент.</disclaimer>
</extension>
</addon>
<addon id="repository.whitecream" name="WhiteCream repo" version="0.0.2" provider-name="mortael">
<extension point="xbmc.addon.repository" name="WhiteCream repo">
<info compressed="false">http://raw.github.com/Mirocow/WhiteCream-V0.0.2/master/addons.xml</info>
<checksum>http://raw.github.com/Mirocow/WhiteCream-V0.0.2/master/addons.xml.md5</checksum>
<datadir zip="true">http://raw.github.com/Mirocow/WhiteCream-V0.0.2/master</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>The isn`t Official WhiteCream repository</summary>
<description>This repository contains addons that are for adults only. You may only view the contents of this repository if you are at least 18 years of age, or at least the age of majority in the jurisdiction where you reside or from which you access this content.</description>
<disclaimer>The owners and submitters to this repository do not host or distribute any of the content displayed by these addons nor do they have any affiliation with the content providers.</disclaimer>
<platform>all</platform>
</extension>
</addon>
</addons>