forked from dobbelina/repository.dobbelina
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddons.xml
36 lines (35 loc) · 1.46 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.uwc"
name="Ultimate Whitecream"
version="1.1.67"
provider-name="Whitecream, holisticdioxide">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.resolveurl" version="5.0.00"/>
<import addon="script.module.resolveurl.xxx" version="2.0.01"/>
<import addon="script.video.F4mProxy" version="2.5.7" />
<import addon="script.module.requests" />
</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 with Ultimate WhiteCream</summary>
<description lang="en">Watch [COLOR red][B]ADULT[/B][/COLOR] Movies with Ultimate WhiteCream</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. DMCA - [email protected]</disclaimer>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
<news>[B]Version 1.1.67[/B]
Fixed: WatchXXXFree
Fixed: YesPornPlease
Fixed: ParadiseHill
</news>
</extension>
</addon>
</addons>