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

This commit is contained in:
Garfield69 2022-04-13 15:35:51 +12:00
parent d80f570f31
commit 718a218bdc
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.cat/", "https://dontorrent.pl/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@ -58,6 +58,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.re/", "https://dontorrent.re/",
"https://dontorrent.wf/", "https://dontorrent.wf/",
"https://dontorrent.run/", "https://dontorrent.run/",
"https://dontorrent.cat/",
"https://dontorrent.eu/" "https://dontorrent.eu/"
}; };
@ -76,7 +77,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.cat/", link: "https://dontorrent.pl/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>