Browse Source

update node api

main
ghost 1 year ago
parent
commit
81e1b077d4
  1. 69
      nodes.json

69
nodes.json

@ -1,28 +1,55 @@
[ [
{ {
"name":"YGGtracker", "name":"YGGtracker",
"description":"YGGtracker official node", "description":"YGGtracker official",
"url":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/", "url":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/api/torrents?%s",
"api":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/api/torrents?%s", "categories":
"sensitive":null, {
"yggdrasil":null, "all":[
"locale":"en", "movie",
"locales": "series",
"tv",
"animation",
"music",
"game",
"audiobook",
"podcast",
"book",
"archive",
"picture",
"software",
"other"
],
"anime":[
"animation"
],
"books":
[ [
"en", "book",
"cs", "audiobook"
"eo", ],
"fr", "games":[
"ka", "game"
"de", ],
"he", "movies":[
"it", "movie",
"lv", "series"
"pl", ],
"pt", "music":[
"ru", "music"
"es", ],
"uk" "pictures":[
"picture"
],
"software":[
"software",
"archive"
],
"tv":[
"tv",
"podcast",
"series"
] ]
} }
}
] ]
Loading…
Cancel
Save