Skip to content

Commit

Permalink
xtremezone: new domain speedapp.io
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Nov 18, 2020
1 parent 262e95b commit 28e5e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Jackett.Common/Indexers/XtremeZone.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Jackett.Common.Indexers
public class XtremeZone : XtremeZoneTracker
{
public override string[] LegacySiteLinks { get; protected set; } = {
"https://myxz.eu/",
"https://www.myxz.eu/",
"https://www.myxz.org/"
};
Expand All @@ -21,7 +22,7 @@ public XtremeZone(IIndexerConfigurationService configService, WebClient wc, Logg
id: "xtremezone",
name: "Xtreme Zone",
description: "Xtreme Zone (MYXZ) is a ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
link: "https://myxz.eu/",
link: "https://speedapp.io/",
caps: new TorznabCapabilities
{
TvSearchParams = new List<TvSearchParam>
Expand Down

0 comments on commit 28e5e78

Please sign in to comment.