mirror of https://github.com/Jackett/Jackett
torrent9: use Windows UA, unix UA is blocked
This commit is contained in:
parent
88d401fcc8
commit
f295f75c2b
|
@ -114,6 +114,10 @@ search:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: [" ", "-"]
|
args: [" ", "-"]
|
||||||
|
|
||||||
|
headers:
|
||||||
|
# site blocks Jackett's Linux User-Agent, so use Jackett's Windows User-Agent instead
|
||||||
|
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: table.table-striped > tbody > tr
|
selector: table.table-striped > tbody > tr
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in New Issue