mapletree/lxc2/servarr/config/Jackett/Indexers/limetorrents.json.bak
2026-01-29 13:37:11 -07:00

57 lines
No EOL
1.1 KiB
JSON

[
{
"id": "sitelink",
"type": "inputstring",
"name": "Site Link",
"value": "https://www.limetorrents.fun/"
},
{
"id": "cookieheader",
"type": "hiddendata",
"name": "CookieHeader",
"value": ""
},
{
"id": "lasterror",
"type": "hiddendata",
"name": "LastError",
"value": null
},
{
"id": "downloadlink",
"type": "inputselect",
"name": "Download link",
"value": "magnet:",
"options": {
"http://itorrents.org/": "iTorrents.org",
"magnet:": "magnet"
}
},
{
"id": "downloadlink(fallback)",
"type": "inputselect",
"name": "Download link (fallback)",
"value": "http://itorrents.org/",
"options": {
"http://itorrents.org/": "iTorrents.org",
"magnet:": "magnet"
}
},
{
"id": "sortrequestedfromsite",
"type": "inputselect",
"name": "Sort requested from site",
"value": "date",
"options": {
"date": "created",
"seeds": "seeders",
"size": "size"
}
},
{
"id": "tags",
"type": "inputtags",
"name": "Tags",
"value": ""
}
]