mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
divxtotal: change domain *.dev
This commit is contained in:
@@ -58,7 +58,8 @@ namespace Jackett.Common.Indexers
|
|||||||
"https://www.divxtotal.se/",
|
"https://www.divxtotal.se/",
|
||||||
"https://www.divxtotal.pm/",
|
"https://www.divxtotal.pm/",
|
||||||
"https://www.divxtotal.re/",
|
"https://www.divxtotal.re/",
|
||||||
"https://www.divxtotal.nl/"
|
"https://www.divxtotal.nl/",
|
||||||
|
"https://www.divxtotal.ac/"
|
||||||
};
|
};
|
||||||
|
|
||||||
public DivxTotal(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps,
|
public DivxTotal(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps,
|
||||||
@@ -66,7 +67,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.ac/",
|
link: "https://www.divxtotal.dev/",
|
||||||
caps: new TorznabCapabilities
|
caps: new TorznabCapabilities
|
||||||
{
|
{
|
||||||
TvSearchParams = new List<TvSearchParam>
|
TvSearchParams = new List<TvSearchParam>
|
||||||
|
Reference in New Issue
Block a user