mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
orpheus: default apiKeylength=116, apiKeyLengthLegacy=118. resolves #14791
This commit is contained in:
@@ -23,7 +23,8 @@ namespace Jackett.Common.Indexers
|
||||
// API Reference: https://github.com/OPSnet/Gazelle/wiki/JSON-API-Documentation
|
||||
protected override string DownloadUrl => SiteLink + "ajax.php?action=download" + (useTokens ? "&usetoken=1" : "") + "&id=";
|
||||
protected override string AuthorizationFormat => "token {0}";
|
||||
protected override int ApiKeyLength => 118;
|
||||
protected override int ApiKeyLength => 116;
|
||||
protected override int ApiKeyLengthLegacy => 118;
|
||||
protected override string FlipOptionalTokenString(string requestLink) => requestLink.Replace("&usetoken=1", "");
|
||||
public Orpheus(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||
ICacheService cs)
|
||||
|
Reference in New Issue
Block a user