-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
29 lines (29 loc) · 1.4 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
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<addon
id="plugin.video.bitchute"
name="BitChute Videos"
provider-name="celadoor"
version="1.0.1">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.common.plugin.cache" version="1.5.1" />
<import addon="script.module.parsedom" version="1.5.1" />
<import addon="script.module.simple.downloader" version="0.9.4" />
<import addon="script.module.beautifulsoup4" version="4.3.2" />
<import addon="script.module.pydevd" optional="true" version="3.4.1"/>
</requires>
<extension library="default.py" point="xbmc.python.pluginsource">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">BitChute videos plugin</summary>
<description lang="en">BitChute is a peer to peer video sharing platform. Its mission is to put people and free speech first. It's free to join and create and upload your own videos to share with others..</description>
<language>en</language>
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<forum>http://forum.kodi.tv/showthread.php?tid=307789</forum>
<website>https://www.bitchute.com/</website>
<email></email>
<source>http://celadoor.github.io/plugin.video.bitchute.zip</source>
</extension>
</addon>