Skip to content

Commit

Permalink
Fixed: (BTN) Move to HTTPS
Browse files Browse the repository at this point in the history
Fixes #979
  • Loading branch information
bakerboy448 committed May 1, 2022
1 parent 70fd9b4 commit 2820ef9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ public class BroadcastheNet : TorrentIndexerBase<BroadcastheNetSettings>
public override IndexerCapabilities Capabilities => SetCapabilities();
public override TimeSpan RateLimit => TimeSpan.FromSeconds(5);

public override string[] IndexerUrls => new string[] { "http://api.broadcasthe.net/" };
public override string[] IndexerUrls => new string[] { "https://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)
Expand Down

0 comments on commit 2820ef9

Please sign in to comment.