New: (IPTorrents) Add new base url

This commit is contained in:
Bogdan 2023-07-27 12:18:49 +03:00
parent 9bed795c89
commit 269dc5688b

View file

@ -35,7 +35,8 @@ namespace NzbDrone.Core.Indexers.Definitions
"https://ipt.workisboring.net/",
"https://ipt.lol/",
"https://ipt.cool/",
"https://ipt.world/"
"https://ipt.world/",
"https://ipt.octopus.town/"
};
public override string Description => "IPTorrents (IPT) is a Private Torrent Tracker for 0DAY / GENERAL.";
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;