mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: (RuTracker.org) add .bet mirror (#876)
This commit is contained in:
@@ -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";
|
||||||
|
Reference in New Issue
Block a user