mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
divxtotal: new domain *.nu
This commit is contained in:
parent
bdaa180eb8
commit
bdbd406236
1 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@ namespace Jackett.Common.Indexers
|
|||
"https://www.divxtotal.one/",
|
||||
"https://www.divxtotal.ch/",
|
||||
"https://www.divxtotal.nz/",
|
||||
"https://www.divxtotal.li/",
|
||||
"https://www.divxtotal.se/"
|
||||
};
|
||||
|
||||
|
@ -61,7 +62,7 @@ namespace Jackett.Common.Indexers
|
|||
: base(id: "divxtotal",
|
||||
name: "DivxTotal",
|
||||
description: "DivxTotal is a SPANISH site for Movies, TV series and Software",
|
||||
link: "https://www.divxtotal.li/",
|
||||
link: "https://www.divxtotal.nu/",
|
||||
caps: new TorznabCapabilities
|
||||
{
|
||||
TvSearchParams = new List<TvSearchParam>
|
||||
|
|
Loading…
Reference in a new issue