From 5512d86f29859db55b7d0c9d0199dbab9ad5c4f7 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:41:34 +0000 Subject: [PATCH] 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. --- src/Jackett.Common/Definitions/acgsou.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/acgsou.yml b/src/Jackett.Common/Definitions/acgsou.yml index 18e56d617..d4c3e0ab2 100644 --- a/src/Jackett.Common/Definitions/acgsou.yml +++ b/src/Jackett.Common/Definitions/acgsou.yml @@ -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)