mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-27 04:23:07 +02:00
cardigann: debug the requestblock link
This commit is contained in:
@@ -1726,6 +1726,7 @@ namespace Jackett.Common.Indexers
|
|||||||
protected async Task<WebClientByteResult> handleRequest(requestBlock request, Dictionary<string, object> variables = null, string referer = null)
|
protected async Task<WebClientByteResult> handleRequest(requestBlock request, Dictionary<string, object> variables = null, string referer = null)
|
||||||
{
|
{
|
||||||
var requestLinkStr = resolvePath(applyGoTemplateText(request.Path, variables)).ToString();
|
var requestLinkStr = resolvePath(applyGoTemplateText(request.Path, variables)).ToString();
|
||||||
|
logger.Debug($"CardigannIndexer ({Id}): handleRequest() requestLinkStr= {requestLinkStr}");
|
||||||
|
|
||||||
Dictionary<string, string> pairs = null;
|
Dictionary<string, string> pairs = null;
|
||||||
var queryCollection = new NameValueCollection();
|
var queryCollection = new NameValueCollection();
|
||||||
|
Reference in New Issue
Block a user