From f5ca7b5122d5802f2c84441a0f53fe6a5af0cd55 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 18 Jan 2023 14:38:27 +1300 Subject: [PATCH] dontorrent: new domain --- src/Jackett.Common/Indexers/DonTorrent.cs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Jackett.Common/Indexers/DonTorrent.cs b/src/Jackett.Common/Indexers/DonTorrent.cs index 01abd963e..5b950536b 100644 --- a/src/Jackett.Common/Indexers/DonTorrent.cs +++ b/src/Jackett.Common/Indexers/DonTorrent.cs @@ -37,7 +37,7 @@ namespace Jackett.Common.Indexers private const string SearchUrl = "buscar/"; public override string[] AlternativeSiteLinks { get; protected set; } = { - "https://dontorrent.beer/", + "https://dontorrent.surf/", "https://todotorrents.net/", "https://tomadivx.net/", "https://seriesblanco.one/", @@ -46,9 +46,6 @@ namespace Jackett.Common.Indexers }; public override string[] LegacySiteLinks { get; protected set; } = { - "https://dontorrent.moe/", - "https://dontorrent.pub/", - "https://dontorrent.tf/", "https://dontorrent.vin/", "https://dontorrent.ist/", "https://dontorrent.uno/", @@ -62,7 +59,8 @@ namespace Jackett.Common.Indexers "https://dontorrent.futbol/", "https://dontorrent.mba/", "https://dontorrent.army/", - "https://dontorrent.blue/" + "https://dontorrent.blue/", + "https://dontorrent.beer/" }; private static Dictionary CategoriesMap => new Dictionary @@ -80,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.beer/", + link: "https://dontorrent.surf/", caps: new TorznabCapabilities { TvSearchParams = new List