1
0
Fork 0
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:
Diego Heras 2020-12-16 01:45:57 +01:00 committed by GitHub
parent bf8cae6a48
commit bda0c2808f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]))