mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
RuTracker: Change semi-private to private (#13040)
This commit is contained in:
@@ -33,7 +33,8 @@ namespace Jackett.Common.Indexers
|
|||||||
|
|
||||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||||
"https://rutracker.org/",
|
"https://rutracker.org/",
|
||||||
"https://rutracker.net/"
|
"https://rutracker.net/",
|
||||||
|
"https://rutracker.nl/"
|
||||||
};
|
};
|
||||||
|
|
||||||
private Regex _regexToFindTagsInReleaseTitle = new Regex(@"\[[^\[]+\]|\([^(]+\)");
|
private Regex _regexToFindTagsInReleaseTitle = new Regex(@"\[[^\[]+\]|\([^(]+\)");
|
||||||
@@ -42,7 +43,7 @@ namespace Jackett.Common.Indexers
|
|||||||
ICacheService cs)
|
ICacheService cs)
|
||||||
: base(id: "rutracker",
|
: base(id: "rutracker",
|
||||||
name: "RuTracker",
|
name: "RuTracker",
|
||||||
description: "RuTracker is a Semi-Private Russian torrent site with a thriving file-sharing community",
|
description: "RuTracker is a Private Russian torrent site with a thriving file-sharing community",
|
||||||
link: "https://rutracker.org/",
|
link: "https://rutracker.org/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
@@ -72,7 +73,7 @@ namespace Jackett.Common.Indexers
|
|||||||
{
|
{
|
||||||
Encoding = Encoding.GetEncoding("windows-1251");
|
Encoding = Encoding.GetEncoding("windows-1251");
|
||||||
Language = "ru-RU";
|
Language = "ru-RU";
|
||||||
Type = "semi-private";
|
Type = "private";
|
||||||
// note: when refreshing the categories use the tracker.php page and NOT the search.php page!
|
// note: when refreshing the categories use the tracker.php page and NOT the search.php page!
|
||||||
AddCategoryMapping(22, TorznabCatType.Movies, "Наше кино");
|
AddCategoryMapping(22, TorznabCatType.Movies, "Наше кино");
|
||||||
AddCategoryMapping(941, TorznabCatType.Movies, "|- Кино СССР");
|
AddCategoryMapping(941, TorznabCatType.Movies, "|- Кино СССР");
|
||||||
|
Reference in New Issue
Block a user