Fixed: (Indexer) Shazbat added new site url

Moved old url to LegacyUrls
This commit is contained in:
Ryan S 2025-09-30 11:04:47 -05:00 committed by bakerboy448
parent f5f98e4f53
commit 624cbd548f

View file

@ -27,7 +27,8 @@ namespace NzbDrone.Core.Indexers.Definitions;
public class Shazbat : TorrentIndexerBase<ShazbatSettings>
{
public override string Name => "Shazbat";
public override string[] IndexerUrls => new[] { "https://www.shazbat.tv/" };
public override string[] IndexerUrls => new[] { "https://www.shazbat.tube/" };
public override string[] LegacyUrls => new[] { "https://www.shazbat.tv/" };
public override string Description => "Shazbat is a PRIVATE Torrent Tracker with highly curated TV content";
public override string Language => "en-US";
public override Encoding Encoding => Encoding.UTF8;