acgsou: remove user-agent header

They're now blocking the altered UA but not the real one. If they block it again, will just remove the indexer.
This commit is contained in:
ilike2burnthing
2023-02-19 19:41:34 +00:00
committed by GitHub
parent c32fb862ee
commit 5512d86f29

View File

@@ -61,10 +61,6 @@ search:
# https://www.acgsou.com/search.php?keyword=test
- path: "{{ if .Keywords }}search.php?keyword={{ .Keywords }}{{ else }}1.html{{ end }}"
headers:
# site blocks Jackett's User-Agents, so slightly alter it here (e.g. Safari/537.36 > Safari/537.35)
User-Agent: ["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.35"]
rows:
selector: table tbody tr[class^="alt"]:has(td:nth-child(3) a)