dontorrent: new domain

This commit is contained in:
Garfield69 2022-10-05 16:28:24 +13:00
parent 548b2801ee
commit e71cd1105f
1 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ namespace Jackett.Common.Indexers
private const string SearchUrl = "buscar/"; private const string SearchUrl = "buscar/";
public override string[] AlternativeSiteLinks { get; protected set; } = { public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://dontorrent.ist/", "https://dontorrent.uno/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@ -48,7 +48,6 @@ namespace Jackett.Common.Indexers
}; };
public override string[] LegacySiteLinks { get; protected set; } = { public override string[] LegacySiteLinks { get; protected set; } = {
"https://dontorrent.tw/",
"https://dontorrent.yt/", "https://dontorrent.yt/",
"https://dontorrent.vg/", "https://dontorrent.vg/",
"https://dontorrent.eu/", "https://dontorrent.eu/",
@ -62,7 +61,8 @@ namespace Jackett.Common.Indexers
"https://dontorrent.moe/", "https://dontorrent.moe/",
"https://dontorrent.pub/", "https://dontorrent.pub/",
"https://dontorrent.tf/", "https://dontorrent.tf/",
"https://dontorrent.vin/" "https://dontorrent.vin/",
"https://dontorrent.ist/"
}; };
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string> private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
@ -80,7 +80,7 @@ namespace Jackett.Common.Indexers
: base(id: "dontorrent", : base(id: "dontorrent",
name: "DonTorrent", name: "DonTorrent",
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL", description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
link: "https://dontorrent.ist/", link: "https://dontorrent.uno/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>