From 296e70addb726c708c10622a93d55cf44cbd55c0 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 16 Aug 2023 06:39:02 +1200 Subject: [PATCH] divxtotal: new domain --- src/Jackett.Common/Indexers/DivxTotal.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Indexers/DivxTotal.cs b/src/Jackett.Common/Indexers/DivxTotal.cs index 50bf9e61a..4652a440a 100644 --- a/src/Jackett.Common/Indexers/DivxTotal.cs +++ b/src/Jackett.Common/Indexers/DivxTotal.cs @@ -28,10 +28,9 @@ namespace Jackett.Common.Indexers public override string Id => "divxtotal"; public override string Name => "DivxTotal"; public override string Description => "DivxTotal is a SPANISH site for Movies, TV series and Software"; - public override string SiteLink { get; protected set; } = "https://www.divxtotal.win/"; + public override string SiteLink { get; protected set; } = "https://www1.divxtotal.zip/"; public override string[] LegacySiteLinks => new[] { - "https://www.divxtotal.ch/", "https://www.divxtotal.nz/", "https://www.divxtotal.li/", "https://www.divxtotal.nu/", @@ -45,7 +44,8 @@ namespace Jackett.Common.Indexers "https://www.divxtotal.fi/", "https://www.divxtotal.cat/", "https://www.divxtotal.pl/", - "https://www.divxtotal.wf/" + "https://www.divxtotal.wf/", + "https://www.divxtotal.win/", }; public override string Language => "es-ES"; public override string Type => "public";