mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
dontorrent: new domain
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Jackett.Common.Indexers
|
||||
private const string SearchUrl = "buscar/";
|
||||
|
||||
public override string[] AlternativeSiteLinks { get; protected set; } = {
|
||||
"https://dontorrent.tf/",
|
||||
"https://dontorrent.vin/",
|
||||
"https://todotorrents.net/",
|
||||
"https://tomadivx.net/",
|
||||
"https://seriesblanco.one/",
|
||||
@@ -48,7 +48,6 @@ namespace Jackett.Common.Indexers
|
||||
};
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = {
|
||||
"https://dontorrent.ink/",
|
||||
"https://dontorrent.kim/",
|
||||
"https://dontorrent.tw/",
|
||||
"https://dontorrent.yt/",
|
||||
@@ -62,7 +61,8 @@ namespace Jackett.Common.Indexers
|
||||
"https://dontorrent.pet/",
|
||||
"https://dontorrent.soy/",
|
||||
"https://dontorrent.moe/",
|
||||
"https://dontorrent.pub/"
|
||||
"https://dontorrent.pub/",
|
||||
"https://dontorrent.tf/"
|
||||
};
|
||||
|
||||
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
|
||||
@@ -80,7 +80,7 @@ namespace Jackett.Common.Indexers
|
||||
: base(id: "dontorrent",
|
||||
name: "DonTorrent",
|
||||
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
|
||||
link: "https://dontorrent.tf/",
|
||||
link: "https://dontorrent.vin/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
Reference in New Issue
Block a user