mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
subsplease: prevent double slash in api url
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user