From 66c40a9846b6d04bc3696adef98fbddf47d8666d Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 18 Nov 2020 12:23:57 +1300 Subject: [PATCH] icetorrent: new domain speedapp.io --- src/Jackett.Common/Indexers/IceTorrent.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/IceTorrent.cs b/src/Jackett.Common/Indexers/IceTorrent.cs index 36489ce9d..13101c297 100644 --- a/src/Jackett.Common/Indexers/IceTorrent.cs +++ b/src/Jackett.Common/Indexers/IceTorrent.cs @@ -12,7 +12,8 @@ namespace Jackett.Common.Indexers public class IceTorrent : XtremeZoneTracker { 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) @@ -20,7 +21,7 @@ namespace Jackett.Common.Indexers id: "icetorrent", name: "ICE Torrent", description: "ICE Torrent is a ratioless ROMANIAN Private Torrent Tracker for 0DAY / GENERAL", - link: "https://icetorrent.org/", + link: "https://speedapp.io/", caps: new TorznabCapabilities { TvSearchParams = new List