1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-24 07:10:44 +00:00

Cardigann: fix relative download link handling

This commit is contained in:
kaso17 2018-02-06 14:02:11 +01:00
parent 92263c6e04
commit 1c03172211

View file

@ -1588,7 +1588,7 @@ namespace Jackett.Indexers
logger.Debug(string.Format("CardigannIndexer ({0}): Download selector {1} matched:{2}", ID, selector, DlUri.ToHtmlPretty()));
var href = DlUri.GetAttribute("href");
href = applyFilters(href, Download.Filters, variables);
link = resolvePath(href);
link = resolvePath(href, link);
}
else
{