mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-19 03:10:50 +02:00
New: (IPTorrents) Add new base url
This commit is contained in:
parent
9bed795c89
commit
269dc5688b
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ public class IPTorrents : TorrentIndexerBase<IPTorrentsSettings>
|
|||
"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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue