mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
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:
@@ -126,6 +126,9 @@ search:
|
|||||||
orderby: "{{ .Config.sort }}"
|
orderby: "{{ .Config.sort }}"
|
||||||
sort: "{{ .Config.type }}"
|
sort: "{{ .Config.type }}"
|
||||||
|
|
||||||
|
headers:
|
||||||
|
Referer: ["{{ .Config.sitelink }}browse.php"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.browse_result > tbody > tr:has(a[href^="details.php?id="])
|
selector: table.browse_result > tbody > tr:has(a[href^="details.php?id="])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user