From 81e1b077d419ee0897a312f5f2deb8f2f7e768c4 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 4 Nov 2023 10:17:52 +0200 Subject: [PATCH] update node api --- nodes.json | 73 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 50 insertions(+), 23 deletions(-) diff --git a/nodes.json b/nodes.json index f0692d2..22c2778 100644 --- a/nodes.json +++ b/nodes.json @@ -1,28 +1,55 @@ [ { "name":"YGGtracker", - "description":"YGGtracker official node", - "url":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/", - "api":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/api/torrents?%s", - "sensitive":null, - "yggdrasil":null, - "locale":"en", - "locales": - [ - "en", - "cs", - "eo", - "fr", - "ka", - "de", - "he", - "it", - "lv", - "pl", - "pt", - "ru", - "es", - "uk" - ] + "description":"YGGtracker official", + "url":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/api/torrents?%s", + "categories": + { + "all":[ + "movie", + "series", + "tv", + "animation", + "music", + "game", + "audiobook", + "podcast", + "book", + "archive", + "picture", + "software", + "other" + ], + "anime":[ + "animation" + ], + "books": + [ + "book", + "audiobook" + ], + "games":[ + "game" + ], + "movies":[ + "movie", + "series" + ], + "music":[ + "music" + ], + "pictures":[ + "picture" + ], + "software":[ + "software", + "archive" + ], + "tv":[ + "tv", + "podcast", + "series" + ] + } } ] \ No newline at end of file