1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 06:03:09 +00:00

dontorrent: new domain

This commit is contained in:
Garfield69 2023-02-21 16:36:14 +13:00
parent 94a2960003
commit a0c28b201e

View file

@ -37,7 +37,7 @@ namespace Jackett.Common.Indexers
private const string SearchUrl = "buscar/";
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://dontorrent.chat/",
"https://dontorrent.plus/",
"https://todotorrents.net/",
"https://tomadivx.net/",
"https://seriesblanco.one/",
@ -46,7 +46,6 @@ namespace Jackett.Common.Indexers
};
public override string[] LegacySiteLinks { get; protected set; } = {
"https://dontorrent.fans/",
"https://dontorrent.ltd/",
"https://dontorrent.me/",
"https://dontorrent.gs/",
@ -60,7 +59,8 @@ namespace Jackett.Common.Indexers
"https://dontorrent.beer/",
"https://dontorrent.surf/",
"https://dontorrent.how/",
"https://dontorrent.casa/"
"https://dontorrent.casa/",
"https://dontorrent.chat/"
};
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
@ -78,7 +78,7 @@ namespace Jackett.Common.Indexers
: base(id: "dontorrent",
name: "DonTorrent",
description: "DonTorrent is a SPANISH public tracker for MOVIES / TV / GENERAL",
link: "https://dontorrent.chat/",
link: "https://dontorrent.plus/",
caps: new TorznabCapabilities
{
TvSearchParams = new List<TvSearchParam>