From 29f7c7cf71fa112e863028ec6d66d2e5ef238319 Mon Sep 17 00:00:00 2001 From: PastaGringo Date: Tue, 16 Apr 2024 11:44:04 +0000 Subject: [PATCH] Adding YggTorrent tracker announce Torrents provided from yggtorrent are not served by the existing trackers from dtan resulting in the impossibility to retrieve the torrent medata and to download files. --- src/const.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/const.ts b/src/const.ts index 3380915..90d836a 100644 --- a/src/const.ts +++ b/src/const.ts @@ -231,6 +231,7 @@ export function FormatBytes(b: number, f?: number) { } export const Trackers = [ + "http://tracker.loadpeers.org:8080/xvRKfvAlnfuf5EfxTT5T0KIVPtbqAHnX/announce", "udp://tracker.coppersurfer.tk:6969/announce", "udp://tracker.openbittorrent.com:6969/announce", "udp://open.stealth.si:80/announce",