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

@@ -119,13 +119,16 @@ search:
search: "{{ .Keywords }}"
# 0 active, 1 both, 2 dead
incldead: 1
# where to search: name , descr , filename , freeleech only , wishlist
# where to search: inname=1, indesc=1, infn=1 , infl=1 , inbook=1
# where to search: name, descr, filename, freeleech only, wishlist
# where to search: inname=1, indesc=1, infn=1, infl=1, inbook=1
inname: 1
infl: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
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="])