mirror of https://github.com/Jackett/Jackett
epizod: set windows user-agent, unblock linux users (#10529)
This commit is contained in:
parent
bf8cae6a48
commit
bda0c2808f
|
@ -61,6 +61,10 @@ search:
|
||||||
inputs:
|
inputs:
|
||||||
s: "{{ .Keywords }}"
|
s: "{{ .Keywords }}"
|
||||||
|
|
||||||
|
headers:
|
||||||
|
# Windows User-Agent is required, Linux is blocked
|
||||||
|
User-Agent: ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: li[class^="ilovewp-post"]:not(:has(a[title="DMCA"]))
|
selector: li[class^="ilovewp-post"]:not(:has(a[title="DMCA"]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue