-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.json
38 lines (38 loc) · 1.17 KB
/
meta.json
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
{
"name": "The Unlord's XDM Plugins",
"info_url": "https://github.com/jmichiel/XDM-Plugins/tree/master",
"plugins": {
"be.unlord.file.size": [
{
"major_version": 0,
"minor_version": 1,
"name": "File Size",
"type": "DownloadFilter",
"format": "zip",
"desc": "This plugin will filter out downloads by file size.",
"xdm_version": [
0,
5,
9
],
"download_url": "https://github.com/jmichiel/XDM-Plugins/archive/master.zip"
}
],
"be.unlord.publichd": [
{
"major_version": 0,
"minor_version": 2,
"name": "PublicHD",
"type": "Indexer",
"format": "zip",
"desc": null,
"xdm_version": [
0,
5,
15
],
"download_url": "https://github.com/jmichiel/XDM-Plugins/archive/master.zip"
}
]
}
}