mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
majomparade: fix user-agent. resolves #9958
This commit is contained in:
parent
257327da4a
commit
7b0155cc68
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,6 @@ login:
|
|||
method: cookie
|
||||
inputs:
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
user-agent: "[ .Config.useragent ]"
|
||||
test:
|
||||
path: letoltes.php
|
||||
selector: a[href^="logout.php?getUnique="]
|
||||
|
@ -98,6 +97,9 @@ search:
|
|||
k: yes
|
||||
tipuska: 1
|
||||
|
||||
headers:
|
||||
User-Agent: ["{{ .Config.useragent }}"]
|
||||
|
||||
rows:
|
||||
selector: table#table > tbody > tr:has(a[href^="download.php?torrent="])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue