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:
parent
92263c6e04
commit
1c03172211
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue