-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
39 lines (39 loc) · 1.92 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
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon
id="plugin.video.dumpert"
name="Dumpert"
version="1.1.13+matrix.1"
provider-name="Skipmode A1">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.requests" version="2.4.3"/>
<import addon="script.module.future" version="0.0.1"/>
<import addon="script.module.html5lib" version="0.999.0"/>
<import addon="plugin.video.youtube" version="5.1.7"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Watch funny videos from Dumpert.nl (dutch)</summary>
<description lang="en_GB">Watch funny videos from Dumpert.nl (dutch)</description>
<disclaimer lang="en_GB">For bugs, requests or general questions visit the Dumpert.nl thread on the Kodi forum.</disclaimer>
<summary lang="nl_NL">Bekijk grappige filmpjes van Dumpert.nl (dutch)</summary>
<description lang="nl_NL">Bekijk grappige filmpjes van Dumpert.nl (dutch)</description>
<disclaimer lang="nl_NL">Bugs of andere feedback op deze plugin kan geplaatst worden in de Dumpert.nl thread op het Kodi forum.</disclaimer>
<language>nl</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<forum>https://forum.kodi.tv/showthread.php?tid=162635</forum>
<website>https://dumpert.nl</website>
<source>https://github.com/skipmodea1/plugin.video.dumpert.python3</source>
<news>v1.1.13 (2024-10-20) (Kudo's to FaBjE for the fix)
- fixed and added embedded Youtube videos
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>