divxtotal: bump domain

This commit is contained in:
Garfield69
2025-08-23 17:40:33 +12:00
parent 0a18254dcb
commit 0c0ce07f1e

View File

@@ -28,10 +28,9 @@ namespace Jackett.Common.Indexers.Definitions
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://www1.divxtotal.lol/";
public override string SiteLink { get; protected set; } = "https://www2.divxtotal.lol/";
public override string[] LegacySiteLinks => new[]
{
"https://www.divxtotal.ac/",
"https://www.divxtotal.dev/",
"https://www.divxtotal.ms/",
"https://www.divxtotal.fi/",
@@ -46,6 +45,7 @@ namespace Jackett.Common.Indexers.Definitions
"https://www4.divxtotal.mov/",
"https://www5.divxtotal.mov/",
"https://divxtotal.io/",
"https://www1.divxtotal.lol/",
};
public override string Language => "es-ES";
public override string Type => "public";