icetorrent: new domain speedapp.io

This commit is contained in:
Garfield69 2020-11-18 12:23:57 +13:00
parent 84d2cb0f6f
commit 66c40a9846
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ namespace Jackett.Common.Indexers
public class IceTorrent : XtremeZoneTracker public class IceTorrent : XtremeZoneTracker
{ {
public override string[] LegacySiteLinks { get; protected set; } = { public override string[] LegacySiteLinks { get; protected set; } = {
"https://www.icetorrent.org/" "https://www.icetorrent.org/",
"https://icetorrent.org/"
}; };
public IceTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps) public IceTorrent(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
@ -20,7 +21,7 @@ namespace Jackett.Common.Indexers
id: "icetorrent", id: "icetorrent",
name: "ICE Torrent", name: "ICE Torrent",
description: "ICE Torrent is a ratioless ROMANIAN Private Torrent Tracker for 0DAY / GENERAL", description: "ICE Torrent is a ratioless ROMANIAN Private Torrent Tracker for 0DAY / GENERAL",
link: "https://icetorrent.org/", link: "https://speedapp.io/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>