-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
36 lines (36 loc) · 1.63 KB
/
addon.xml
File metadata and controls
36 lines (36 loc) · 1.63 KB
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"?>
<addon id="plugin.video.roosterteeth"
name="Rooster Teeth"
version="1.5.2+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="inputstream.adaptive" version="2.3.17"/>
</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 RoosterTeeth.com</summary>
<description lang="en_GB">Watch funny videos from RoosterTeeth.com</description>
<disclaimer lang="en_GB">For bugs, requests or general questions visit the Roosterteeth.com thread on the Kodi forum</disclaimer>
<language>en</language>
<platform>all</platform>
<license>GPL-2.0-or-later</license>
<forum>https://forum.kodi.tv/showthread.php?tid=235071</forum>
<website>https://roosterteeth.com</website>
<source>https://github.com/skipmodea1/plugin.video.roosterteeth.python3</source>
<news>1.5.2 (2024-08-13)
- website is discontinued
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<broken>Marked addon BROKEN due to website being discontinued</broken>
</extension>
</addon>