-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathaddon.xml
More file actions
29 lines (29 loc) · 2.04 KB
/
addon.xml
File metadata and controls
29 lines (29 loc) · 2.04 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.duolasousuo" name="哆啦搜索" version="1.7.0" provider-name="malimaliao">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.19.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Duola video search plugin</summary>
<summary lang="zh">哆啦搜索</summary>
<description> duolasousuo is a free video search plugin that references data from third-party websites through Kodi computing platform and aggregates it into a simple video library for research and learning purposes only. </description>
<description lang="zh">哆啦搜索是免费的视频搜索插件,通过Kodi计算平台引用第三方网站的数据,并汇集成一个简单的影音库,仅适用于研究和学习目的。</description>
<website>https://github.com/malimaliao</website>
<email>malimaliao@gmail.com</email>
<disclaimer>This plug-in is based on the purpose of learning and research through crawler technology to grab all content from third-party website data, plug-in does not involve resource storage or distribution. The author assumes no responsibility for its content! For personal study only. Please unload it within 24 hours. Do not use it for commercial purposes.</disclaimer>
<disclaimer lang="zh">本插件是基于学习和研究目的通过爬虫技术所抓取的所有内容均来自于第三方网站的数据,插件不涉及资源存储或分发。作者不对其内容承担任何责任!仅供个人学习交流之用,24小时内请自觉卸载,勿作商业用途。</disclaimer>
<assets>
<icon>logo.png</icon>
<fanart>resources/hello.jpg</fanart>
<screenshot>resources/1.jpg</screenshot>
<screenshot>resources/2.jpg</screenshot>
<screenshot>resources/3.jpg</screenshot>
<screenshot>resources/4.jpg</screenshot>
</assets>
</extension>
</addon>