Fixed: (RuTracker) Add new indexer url

Fixes #1610
This commit is contained in:
Bogdan
2023-04-14 09:06:41 +03:00
parent 555c924e50
commit 5e8bfa2ffb

View File

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