Tweak newTrackOn and Update Dependencies

This commit is contained in:
Leo Herzog
2021-08-17 14:10:13 -04:00
parent a4152d0542
commit fa23c0ff3f
4 changed files with 2664 additions and 738 deletions

File diff suppressed because it is too large Load Diff

75
bin/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -449,7 +449,7 @@ async function addCurrentTrackers() {
addTrackers.className = 'disabled';
addTrackers.innerHTML = 'Adding...';
try {
let response = await fetch("https://newtrackon.com/api/100"); // get trackers with 100% uptime
let response = await fetch("https://newtrackon.com/api/stable"); // get trackers with 95% uptime
let trackers = await response.text();
parsed.announce = parsed.announce.concat(trackers.split('\n\n'));
parsed.announce.push("http://bt1.archive.org:6969/announce");