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

pull/875/head
gaizaharduz 3 years ago committed by GitHub
parent 855f8d35f2
commit bb3821c254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ namespace NzbDrone.Core.Indexers.Definitions
public class RuTracker : TorrentIndexerBase<RuTrackerSettings>
{
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";
public override string Description => "RuTracker is a Semi-Private Russian torrent site with a thriving file-sharing community";

Loading…
Cancel
Save