divxtotal: bump domain

This commit is contained in:
Garfield69
2024-04-08 05:16:58 +12:00
parent 67a47102ce
commit 2e78e51cc9

View File

@@ -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://www3.divxtotal.mov/";
public override string SiteLink { get; protected set; } = "https://www4.divxtotal.mov/";
public override string[] LegacySiteLinks => new[]
{
"https://www.divxtotal.se/",
"https://www.divxtotal.pm/",
"https://www.divxtotal.re/",
"https://www.divxtotal.nl/",
@@ -46,6 +45,7 @@ namespace Jackett.Common.Indexers
"https://www1.divxtotal.zip/",
"https://www2.divxtotal.zip/",
"https://www2.divxtotal.mov/",
"https://www3.divxtotal.mov/",
};
public override string Language => "es-ES";
public override string Type => "public";