diff --git a/src/Jackett.Common/Indexers/SubsPlease.cs b/src/Jackett.Common/Indexers/SubsPlease.cs index b53c48472..8a1ada798 100644 --- a/src/Jackett.Common/Indexers/SubsPlease.cs +++ b/src/Jackett.Common/Indexers/SubsPlease.cs @@ -33,7 +33,7 @@ namespace Jackett.Common.Indexers "https://subsplease.nocensor.world/" }; - private string ApiEndpoint => SiteLink + "/api/?"; + private string ApiEndpoint => SiteLink + "api/?"; public SubsPlease(IIndexerConfigurationService configService, Utils.Clients.WebClient wc, Logger l, IProtectionService ps, ICacheService cs) : base(id: "subsplease",