New: Auto map known legacy BaseUrls for non-Cardigann

This commit is contained in:
Qstick
2022-05-01 16:41:48 -05:00
parent 2820ef9375
commit 4002cb764b
9 changed files with 22 additions and 2 deletions
@@ -20,6 +20,8 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet
public override TimeSpan RateLimit => TimeSpan.FromSeconds(5);
public override string[] IndexerUrls => new string[] { "https://api.broadcasthe.net/" };
public override string[] LegacyUrls => new string[] { "http://api.broadcasthe.net/" };
public override string Description => "BroadcasTheNet (BTN) is an invite-only torrent tracker focused on TV shows";
public BroadcastheNet(IIndexerHttpClient httpClient, IEventAggregator eventAggregator, IIndexerStatusService indexerStatusService, IConfigService configService, Logger logger)