Skip to content

Commit

Permalink
add 4th indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
kbagot committed Dec 30, 2024
1 parent 8b87e2d commit 5aa10b2
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions Docker_Config/jackett/Jackett/Indexers/torrentgalaxy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
[
{
"id": "sitelink",
"type": "inputstring",
"name": "Site Link",
"value": "https://torrentgalaxy.to/"
},
{
"id": "cookieheader",
"type": "hiddendata",
"name": "CookieHeader",
"value": ""
},
{
"id": "lasterror",
"type": "hiddendata",
"name": "LastError",
"value": null
},
{
"id": "sortrequestedfromsite",
"type": "inputselect",
"name": "Sort requested from site",
"value": "id",
"options": {
"id": "created",
"seeders": "seeders",
"size": "size",
"name": "title"
}
},
{
"id": "orderrequestedfromsite",
"type": "inputselect",
"name": "Order requested from site",
"value": "desc",
"options": {
"desc": "desc",
"asc": "asc"
}
},
{
"id": "tags",
"type": "inputtags",
"name": "Tags",
"value": ""
}
]

0 comments on commit 5aa10b2

Please sign in to comment.