Fixed: (RuTracker) Add new indexer url

Fixes #1610
pull/1609/head
Bogdan 1 year ago
parent 555c924e50
commit 5e8bfa2ffb

@ -27,7 +27,8 @@ namespace NzbDrone.Core.Indexers.Definitions
public override string[] IndexerUrls => new[] public override string[] IndexerUrls => new[]
{ {
"https://rutracker.org/", "https://rutracker.org/",
"https://rutracker.net/" "https://rutracker.net/",
"https://rutracker.nl/"
}; };
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";
public override string Language => "ru-RU"; public override string Language => "ru-RU";

Loading…
Cancel
Save