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-01-18 14:38:27 +13:00
parent a18157bb9e
commit f5ca7b5122

View file

@ -37,7 +37,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.beer/", "https://dontorrent.surf/",
"https://todotorrents.net/", "https://todotorrents.net/",
"https://tomadivx.net/", "https://tomadivx.net/",
"https://seriesblanco.one/", "https://seriesblanco.one/",
@ -46,9 +46,6 @@ namespace Jackett.Common.Indexers
}; };
public override string[] LegacySiteLinks { get; protected set; } = { public override string[] LegacySiteLinks { get; protected set; } = {
"https://dontorrent.moe/",
"https://dontorrent.pub/",
"https://dontorrent.tf/",
"https://dontorrent.vin/", "https://dontorrent.vin/",
"https://dontorrent.ist/", "https://dontorrent.ist/",
"https://dontorrent.uno/", "https://dontorrent.uno/",
@ -62,7 +59,8 @@ namespace Jackett.Common.Indexers
"https://dontorrent.futbol/", "https://dontorrent.futbol/",
"https://dontorrent.mba/", "https://dontorrent.mba/",
"https://dontorrent.army/", "https://dontorrent.army/",
"https://dontorrent.blue/" "https://dontorrent.blue/",
"https://dontorrent.beer/"
}; };
private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string> private static Dictionary<string, string> CategoriesMap => new Dictionary<string, string>
@ -80,7 +78,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.beer/", link: "https://dontorrent.surf/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>