Skip to content

Commit

Permalink
divxtotal: change domain *.one
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing authored Dec 7, 2020
1 parent a08f837 commit cd71d71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Jackett.Common/Indexers/DivxTotal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ private static class DivxTotalFizeSizes
public static long Otros => 524288000; // 500 MB
}

public override string[] LegacySiteLinks { get; protected set; } = {
"https://www.divxtotal.la/"
};

public DivxTotal(IIndexerConfigurationService configService, WebClient w, Logger l, IProtectionService ps)
: base(id: "divxtotal",
name: "DivxTotal",
description: "DivxTotal is a SPANISH site for Movies, TV series and Software",
link: "https://www.divxtotal.la/",
link: "https://www.divxtotal.one/",
caps: new TorznabCapabilities {
TvSearchParams = new List<TvSearchParam>
{
Expand Down

0 comments on commit cd71d71

Please sign in to comment.