From 41dd4ea48ee92ad33ddd7c0577bb76e79f783fbc Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 17 Jun 2024 13:13:56 +1200 Subject: [PATCH] divxtotal: bump 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 27371fea9..d8b6bbf39 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://www4.divxtotal.mov/"; + public override string SiteLink { get; protected set; } = "https://www5.divxtotal.mov/"; public override string[] LegacySiteLinks => new[] { - "https://www.divxtotal.pm/", "https://www.divxtotal.re/", "https://www.divxtotal.nl/", "https://www.divxtotal.ac/", @@ -46,6 +45,7 @@ namespace Jackett.Common.Indexers "https://www2.divxtotal.zip/", "https://www2.divxtotal.mov/", "https://www3.divxtotal.mov/", + "https://www4.divxtotal.mov/", }; public override string Language => "es-ES"; public override string Type => "public";