mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
divxtotal: new domain *.nl
This commit is contained in:
parent
80628f5956
commit
30e56fa7a5
1 changed files with 2 additions and 1 deletions
|
@ -54,6 +54,7 @@ namespace Jackett.Common.Indexers
|
||||||
"https://www.divxtotal.ch/",
|
"https://www.divxtotal.ch/",
|
||||||
"https://www.divxtotal.nz/",
|
"https://www.divxtotal.nz/",
|
||||||
"https://www.divxtotal.li/",
|
"https://www.divxtotal.li/",
|
||||||
|
"https://www.divxtotal.nu/",
|
||||||
"https://www.divxtotal.se/"
|
"https://www.divxtotal.se/"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -62,7 +63,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.nu/",
|
link: "https://www.divxtotal.nl/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
|
Loading…
Add table
Reference in a new issue