mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-26 09:32:23 +01:00
parent
555c924e50
commit
5e8bfa2ffb
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ public class RuTracker : TorrentIndexerBase<RuTrackerSettings>
|
|||
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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue