divxtotal: change domain *.pm

This commit is contained in:
ilike2burnthing
2022-02-19 16:30:34 +00:00
committed by GitHub
parent d62941c8c8
commit f905367f70

View File

@@ -55,7 +55,8 @@ namespace Jackett.Common.Indexers
"https://www.divxtotal.nz/", "https://www.divxtotal.nz/",
"https://www.divxtotal.li/", "https://www.divxtotal.li/",
"https://www.divxtotal.nu/", "https://www.divxtotal.nu/",
"https://www.divxtotal.se/" "https://www.divxtotal.se/",
"https://www.divxtotal.nl/"
}; };
public DivxTotal(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps, public DivxTotal(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps,
@@ -63,7 +64,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.nl/", link: "https://www.divxtotal.pm/",
caps: new TorznabCapabilities caps: new TorznabCapabilities
{ {
TvSearchParams = new List<TvSearchParam> TvSearchParams = new List<TvSearchParam>