dontorrent: new domain *.ink -> *.kim

This commit is contained in:
Garfield69
2022-06-16 06:48:49 +12:00
parent 6eda7c6c7f
commit 12086ed5b1

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.ink/", "https://dontorrent.kim/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@@ -68,6 +68,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.cab/", "https://dontorrent.cab/",
"https://dontorrent.wtf/", "https://dontorrent.wtf/",
"https://dontorrent.fi/", "https://dontorrent.fi/",
"https://dontorrent.ink/",
"https://dontorrent.eu/" "https://dontorrent.eu/"
}; };
@@ -86,7 +87,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.ink/", link: "https://dontorrent.kim/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>