Skip to content

Commit

Permalink
scenefz: 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 e2defbc commit 262e95b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Jackett.Common/Indexers/SceneFZ.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Jackett.Common.Indexers
public class SceneFZ : XtremeZoneTracker
{
public override string[] LegacySiteLinks { get; protected set; } = {
"https://scenefz.me/",
"https://www.scenefz.me/",
"https://www.u-torrents.ro/"
};
Expand All @@ -21,7 +22,7 @@ public SceneFZ(IIndexerConfigurationService configService, WebClient wc, Logger
id: "scenefz",
name: "SceneFZ",
description: "SceneFZ is a ratioless ROMANIAN Private Torrent Tracker for MOVIES / TV / GENERAL",
link: "https://scenefz.me/",
link: "https://speedapp.io/",
caps: new TorznabCapabilities
{
TvSearchParams = new List<TvSearchParam>
Expand Down

0 comments on commit 262e95b

Please sign in to comment.