mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 21:54:51 +00:00
divxtotal: new domain
This commit is contained in:
parent
6051604b8c
commit
c4bfcf80db
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,9 @@ namespace Jackett.Common.Indexers
|
||||||
public override string Id => "divxtotal";
|
public override string Id => "divxtotal";
|
||||||
public override string Name => "DivxTotal";
|
public override string Name => "DivxTotal";
|
||||||
public override string Description => "DivxTotal is a SPANISH site for Movies, TV series and Software";
|
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[]
|
public override string[] LegacySiteLinks => new[]
|
||||||
{
|
{
|
||||||
"https://www.divxtotal.li/",
|
|
||||||
"https://www.divxtotal.nu/",
|
"https://www.divxtotal.nu/",
|
||||||
"https://www.divxtotal.se/",
|
"https://www.divxtotal.se/",
|
||||||
"https://www.divxtotal.pm/",
|
"https://www.divxtotal.pm/",
|
||||||
|
@ -46,6 +45,7 @@ namespace Jackett.Common.Indexers
|
||||||
"https://www.divxtotal.wf/",
|
"https://www.divxtotal.wf/",
|
||||||
"https://www.divxtotal.win/",
|
"https://www.divxtotal.win/",
|
||||||
"https://www1.divxtotal.zip/",
|
"https://www1.divxtotal.zip/",
|
||||||
|
"https://www2.divxtotal.zip/",
|
||||||
};
|
};
|
||||||
public override string Language => "es-ES";
|
public override string Language => "es-ES";
|
||||||
public override string Type => "public";
|
public override string Type => "public";
|
||||||
|
|
Loading…
Add table
Reference in a new issue