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
1 changed files with 4 additions and 0 deletions

View File

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