mirror of https://github.com/Jackett/Jackett
divxtotal: new domain *.re -> *.ac
This commit is contained in:
parent
626f03707f
commit
0d9ec1bfcb
|
@ -57,6 +57,7 @@ namespace Jackett.Common.Indexers
|
||||||
"https://www.divxtotal.nu/",
|
"https://www.divxtotal.nu/",
|
||||||
"https://www.divxtotal.se/",
|
"https://www.divxtotal.se/",
|
||||||
"https://www.divxtotal.pm/",
|
"https://www.divxtotal.pm/",
|
||||||
|
"https://www.divxtotal.re/",
|
||||||
"https://www.divxtotal.nl/"
|
"https://www.divxtotal.nl/"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -65,7 +66,7 @@ namespace Jackett.Common.Indexers
|
||||||
: base(id: "divxtotal",
|
: base(id: "divxtotal",
|
||||||
name: "DivxTotal",
|
name: "DivxTotal",
|
||||||
description: "DivxTotal is a SPANISH site for Movies, TV series and Software",
|
description: "DivxTotal is a SPANISH site for Movies, TV series and Software",
|
||||||
link: "https://www.divxtotal.re/",
|
link: "https://www.divxtotal.ac/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
|
Loading…
Reference in New Issue