mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
divxtotal; new domain
This commit is contained in:
parent
d5aa3cdd83
commit
02d8637b92
1 changed files with 2 additions and 2 deletions
|
@ -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://www5.divxtotal.mov/";
|
||||
public override string SiteLink { get; protected set; } = "https://divxtotal.io/";
|
||||
public override string[] LegacySiteLinks => new[]
|
||||
{
|
||||
"https://www.divxtotal.re/",
|
||||
"https://www.divxtotal.nl/",
|
||||
"https://www.divxtotal.ac/",
|
||||
"https://www.divxtotal.dev/",
|
||||
|
@ -46,6 +45,7 @@ namespace Jackett.Common.Indexers.Definitions
|
|||
"https://www2.divxtotal.mov/",
|
||||
"https://www3.divxtotal.mov/",
|
||||
"https://www4.divxtotal.mov/",
|
||||
"https://www5.divxtotal.mov/",
|
||||
};
|
||||
public override string Language => "es-ES";
|
||||
public override string Type => "public";
|
||||
|
|
Loading…
Reference in a new issue