dontorrent: new domain *.li -> *.it

This commit is contained in:
Garfield69
2022-01-19 17:13:41 +13:00
parent c46cb2d8bb
commit be4cf5e2c9

View File

@@ -39,12 +39,16 @@ namespace Jackett.Common.Indexers
private const string SearchUrl = "/buscar/";
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://dontorrent.li/",
"https://dontorrent.it",
"https://todotorrents.net/",
"https://tomadivx.net/",
"https://seriesblanco.one/"
};
public override string[] LegacySiteLinks { get; protected set; } = {
"https://dontorrent.li/"
};
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
{
{ "/pelicula/", DonTorrentCatType.Pelicula },
@@ -60,7 +64,7 @@ namespace Jackett.Common.Indexers
: base(id: "dontorrent",
name: "DonTorrent",
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
link: "https://dontorrent.li/",
link: "https://dontorrent.it/",
caps: new TorznabCapabilities
{
TvSearchParams = new List<TvSearchParam>