Skip to content

Commit

Permalink
icetorrent: new domain speedapp.io
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Nov 17, 2020
1 parent 84d2cb0 commit 66c40a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Jackett.Common/Indexers/IceTorrent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ 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)
: base(
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<TvSearchParam>
Expand Down

1 comment on commit 66c40a9

@garfield69
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.