HorribleSubs: add legacy URL

This commit is contained in:
kaso17
2018-09-17 18:48:37 +02:00
parent c155bf8c8c
commit 053d2be3f3

View File

@@ -21,6 +21,10 @@ namespace Jackett.Common.Indexers
{
private string ApiEndpoint { get { return SiteLink + "api.php"; } }
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
"http://horriblesubs.info/"
};
public HorribleSubs(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
: base(name: "Horrible Subs",
description: "HorribleSubs – So bad yet so good",