Fix: (RetroFlix) Update URL to .club

Fixes #1159
This commit is contained in:
bakerboy448
2022-10-18 07:23:22 -05:00
committed by Qstick
parent 22face385f
commit b911f8cc08

View File

@@ -10,7 +10,8 @@ namespace NzbDrone.Core.Indexers.Definitions
{
public override string Name => "RetroFlix";
public override string[] IndexerUrls => new string[] { "https://retroflix.net/" };
public override string[] IndexerUrls => new string[] { "https://retroflix.club/" };
public override string[] LegacyUrls => new string[] { "http://retroflix.net/" };
public override string Description => "Private Torrent Tracker for Classic Movies / TV / General Releases";