New: (RuTracker.org) add .bet mirror (#876)

This commit is contained in:
gaizaharduz
2022-03-06 22:21:15 +02:00
committed by GitHub
parent 855f8d35f2
commit bb3821c254

View File

@@ -25,7 +25,7 @@ namespace NzbDrone.Core.Indexers.Definitions
public class RuTracker : TorrentIndexerBase<RuTrackerSettings> public class RuTracker : TorrentIndexerBase<RuTrackerSettings>
{ {
public override string Name => "RuTracker"; public override string Name => "RuTracker";
public override string[] IndexerUrls => new string[] { "https://rutracker.org/" }; public override string[] IndexerUrls => new string[] { "https://rutracker.org/", "https://rutracker.net/" };
private string LoginUrl => Settings.BaseUrl + "forum/login.php"; private string LoginUrl => Settings.BaseUrl + "forum/login.php";
public override string Description => "RuTracker is a Semi-Private Russian torrent site with a thriving file-sharing community"; public override string Description => "RuTracker is a Semi-Private Russian torrent site with a thriving file-sharing community";