mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
Fixed: (Indexer) Shazbat added new site url
Moved old url to LegacyUrls
This commit is contained in:
parent
f5f98e4f53
commit
624cbd548f
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue