mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
epizod: set windows user-agent, unblock linux users (#10529)
This commit is contained in:
parent
bf8cae6a48
commit
bda0c2808f
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ search:
|
|||
inputs:
|
||||
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:
|
||||
selector: li[class^="ilovewp-post"]:not(:has(a[title="DMCA"]))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue