assorted: add new nocensor proxies (#11687)

This commit is contained in:
ilike2burnthing
2021-05-07 07:41:14 +01:00
committed by GitHub
parent 17fc2d50cf
commit 6740c7c40f
5 changed files with 9 additions and 0 deletions

View File

@@ -20,6 +20,11 @@ namespace Jackett.Common.Indexers
[ExcludeFromCodeCoverage]
public class SubsPlease : BaseWebIndexer
{
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://subsplease.org/",
"https://subsplease.nocensor.space/"
};
private string ApiEndpoint => SiteLink + "/api/?";
public SubsPlease(IIndexerConfigurationService configService, Utils.Clients.WebClient wc, Logger l, IProtectionService ps, ICacheService cs)