gaytorrentru: add referer header for download. resolves #14694

technically only affects Prowlarr, but I don't see why it's working for Jackett without this, so adding it here anyway
This commit is contained in:
ilike2burnthing
2023-09-16 08:18:55 +01:00
committed by GitHub
parent d350693600
commit 02b658ec40

View File

@@ -126,6 +126,9 @@ search:
orderby: "{{ .Config.sort }}"
sort: "{{ .Config.type }}"
headers:
Referer: ["{{ .Config.sitelink }}browse.php"]
rows:
selector: table.browse_result > tbody > tr:has(a[href^="details.php?id="])