dontorrent: new domain *.top -> *.pm

This commit is contained in:
Garfield69 2022-03-10 07:11:07 +13:00
parent cba0d3dd41
commit 9a57a6829d
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.top/", "https://dontorrent.pm/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/" "https://seriesblanco.one/"
@ -52,6 +52,7 @@ namespace Jackett.Common.Indexers
"https://dontorrent.si/", "https://dontorrent.si/",
"https://dontorrent.sk/", "https://dontorrent.sk/",
"https://dontorrent.li/", "https://dontorrent.li/",
"https://dontorrent.top/",
"https://dontorrent.eu/" "https://dontorrent.eu/"
}; };
@ -70,7 +71,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.top/", link: "https://dontorrent.pm/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>