dontorrent: new domain *.pet

This commit is contained in:
Garfield69 2022-08-18 08:13:19 +12:00
parent f6fd6b951f
commit 4c044b0b3b
1 changed files with 4 additions and 3 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.bid/", "https://dontorrent.pet/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@ -77,7 +77,8 @@ namespace Jackett.Common.Indexers
"https://dontorrent.ch/", "https://dontorrent.ch/",
"https://dontorrent.vet/", "https://dontorrent.vet/",
"https://dontorrent.dog/", "https://dontorrent.dog/",
"https://dontorrent.dev/" "https://dontorrent.dev/",
"https://dontorrent.bid/"
}; };
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string> private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
@ -95,7 +96,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.bid/", link: "https://dontorrent.pet/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>