dontorrent: new domain *.run -> *.cat

This commit is contained in:
Garfield69 2022-04-06 18:52:39 +12:00
parent 65a673f02d
commit dfbd9753af
1 changed files with 3 additions and 2 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.run/", "https://dontorrent.cat/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@ -57,6 +57,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.pm/", "https://dontorrent.pm/",
"https://dontorrent.re/", "https://dontorrent.re/",
"https://dontorrent.wf/", "https://dontorrent.wf/",
"https://dontorrent.run/",
"https://dontorrent.eu/" "https://dontorrent.eu/"
}; };
@ -75,7 +76,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.run/", link: "https://dontorrent.cat/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>