From c4bfcf80dbe0e6480a878e3121ca1eb76dfae797 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sun, 5 Nov 2023 07:11:52 +1300 Subject: [PATCH] divxtotal: new domain --- src/Jackett.Common/Indexers/DivxTotal.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Indexers/DivxTotal.cs b/src/Jackett.Common/Indexers/DivxTotal.cs index 2df65caf7..a0afa448e 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://www2.divxtotal.zip/"; + public override string SiteLink { get; protected set; } = "https://www2.divxtotal.mov/"; public override string[] LegacySiteLinks => new[] { - "https://www.divxtotal.li/", "https://www.divxtotal.nu/", "https://www.divxtotal.se/", "https://www.divxtotal.pm/", @@ -46,6 +45,7 @@ namespace Jackett.Common.Indexers "https://www.divxtotal.wf/", "https://www.divxtotal.win/", "https://www1.divxtotal.zip/", + "https://www2.divxtotal.zip/", }; public override string Language => "es-ES"; public override string Type => "public";