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

48 lines
No EOL
891 B
JSON

[
{
"id": "sitelink",
"type": "inputstring",
"name": "Site Link",
"value": "https://www.shanaproject.com/"
},
{
"id": "cookieheader",
"type": "hiddendata",
"name": "CookieHeader",
"value": null
},
{
"id": "lasterror",
"type": "hiddendata",
"name": "LastError",
"value": null
},
{
"id": "sortrequestedfromsite",
"type": "inputselect",
"name": "Sort requested from site",
"value": "date",
"options": {
"date": "created",
"ep": "episode",
"fsize": "size",
"title": "title"
}
},
{
"id": "orderrequestedfromsite",
"type": "inputselect",
"name": "Order requested from site",
"value": "Descending",
"options": {
"Descending": "desc",
"Ascending": "asc"
}
},
{
"id": "tags",
"type": "inputtags",
"name": "Tags",
"value": ""
}
]