mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-01 07:53:41 +02:00
HorribleSubs: add legacy URL
This commit is contained in:
@@ -21,6 +21,10 @@ namespace Jackett.Common.Indexers
|
|||||||
{
|
{
|
||||||
private string ApiEndpoint { get { return SiteLink + "api.php"; } }
|
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)
|
public HorribleSubs(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||||
: base(name: "Horrible Subs",
|
: base(name: "Horrible Subs",
|
||||||
description: "HorribleSubs – So bad yet so good",
|
description: "HorribleSubs – So bad yet so good",
|
||||||
|
Reference in New Issue
Block a user