-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathaddons.xml
238 lines (220 loc) · 9.05 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.dramasonline"
name="DramasOnline.com"
version="2.5.2"
provider-name="shani">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="1.0.0"/>
<import addon="plugin.video.youtube" version="2.9.2"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>dramasonline.com XBMC Client</summary>
<description>Watch dramasonline.com on your XBMC. This plugin fetches the video sources from dramasonline.com and play on XBMC compatible plateforms</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.f4mTester" version="2.2.3" name="f4mTester" provider-name="Shani">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.video.F4mProxy" version="2.2.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>f4mTester</summary>
<description></description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.jagobd"
name="JagoBD.com"
version="1.1.1"
provider-name="shani">
<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">
<summary>jagobd.com XBMC Client</summary>
<description>Watch jagobd.com on your XBMC. This plugin fetches the video sources from jagobd.com and play on XBMC compatible plateforms</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.jagobdtest"
name="JagoBD TEST"
version="1.0.9"
provider-name="shani">
<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">
<summary>jagobd.com XBMC Client</summary>
<description>Watch jagobd.com on your XBMC. This plugin fetches the video sources from jagobd.com and play on XBMC compatible plateforms</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.kannadaserial"
name="Kannada TV"
version="2.2.5"
provider-name="sorkan">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="1.0.0"/>
<import addon="plugin.video.youtube" version="2.9.2"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>kannada.serialzone.in XBMC Client</summary>
<description>Watch kannada.serialzone.in on your XBMC. This plugin fetches the video sources from kannada.serialzone.in and play on XBMC compatible plateforms</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.live.streamspro"
name="LiveStreamsPro"
version="1.9.8"
provider-name="Shani">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup" version="3.2.1"/>
<import addon="script.module.simple.downloader" version="0.9.4"/>
<import addon="script.module.beautifulsoup4" />
<import addon="script.module.requests" />
<import addon="script.module.httplib2" />
<import addon="script.module.youtube.dl" optional="true"/>
<import addon="plugin.video.youtube" />
<import addon="script.module.urlresolver" optional="true"/>
<import addon="script.module.simplejson" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>livestreamspro- shamelessly forked from livestreams but added many thinks</summary>
<description>
In addition to what livestreams allowed you to do, you can now,
1. call regex in regex,
2. multiple regex in page, regex in session, also htmlunescape responses
3. create session from one regex and pass onto next in line
4. save sessions to a file and open again later
5. write python code in .py file, put in the profile directory and then call from your regex.
6. use epoctime, guid and unpack as functions already defined.
7. Use it to post values to the pages to get the proper responses
8. support many headers, like origin, X-Requested-With
9. you can now append cookies in response and then read in regex using includeheaders
10. You can now link to another web url via your xml using externallink
11. support for google captcha, now you can show and then post the text
</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.pitelevision"
name="PiTelevision.com"
version="1.7.0"
provider-name="shani">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="1.0.0"/>
<import addon="plugin.video.youtube" version="2.9.2"/>
<import addon="script.module.elementtree" version="1.2.7"/>
<import addon="script.video.F4mProxy" version="1.0.8"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>pitelevision.com XBMC Client</summary>
<description>Watch pitelevision.com on your XBMC. This plugin fetches the video sources from pitelevision.com and play on XBMC compatible plateforms</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.serialzone"
name="India - SerialZone"
version="1.4"
provider-name="sorkan">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="1.0.0"/>
<import addon="script.module.requests" />
<import addon="script.module.httplib2" />
<import addon="plugin.video.youtube" version="2.9.2"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>serialzone.in XBMC Client</summary>
<description>Watch any available Indian language and TV serials/shows on your XBMC. This plugin fetches the video sources from serialzone and play on XBMC compatible plateforms</description>
<platform>all</platform>
</extension>
</addon>
<addon id="plugin.video.ZemTV-shani"
name="ZemTV.com"
version="3.9.4"
provider-name="shani">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="1.0.0"/>
<import addon="plugin.video.youtube" version="2.9.2"/>
<import addon="script.module.simplejson" version="3.3.0"/>
<import addon="script.module.elementtree" version="1.2.8"/>
<import addon="plugin.video.f4mTester" version="2.2.3"/>
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>ZemTV.tv XBMC Client</summary>
<description>Watch ZemTV.com on your XBMC. This plugin fetches the video sources from ZemTV.com and play on XBMC compatible plateforms</description>
<platform>all</platform>
</extension>
</addon>
<addon id="repository.shani" name="Shanis Addon Repository" version="2.7" provider-name="Shani">
<extension point="xbmc.addon.repository" name="Shanis Addon Repository">
<info compressed="false">https://raw.github.com/Shani-08/ShaniXBMCWork2/master/addons.xml</info>
<checksum>https://raw.github.com/Shani-08/ShaniXBMCWork2/master/addons.xml.md5</checksum>
<datadir zip="true">https://raw.github.com/Shani-08/ShaniXBMCWork2/master/zips</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Addons related to XBMC for Zemtv etc</summary>
<description>Go though the plugins and see what you like</description>
<platform>all</platform>
</extension>
</addon>
<addon id="script.video.F4mProxy"
name="F4mProxy"
version="2.3.4"
provider-name="Shani">
<requires>
<import addon="xbmc.python" version="2.1.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Proxy for f4m</summary>
<description lang="en">Use this addon to play F4m v1 and v2 streams</description>
</extension>
</addon>
</addons>