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
|
method: cookie
|
||||||
inputs:
|
inputs:
|
||||||
cookie: "{{ .Config.cookie }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
user-agent: "[ .Config.useragent ]"
|
|
||||||
test:
|
test:
|
||||||
path: letoltes.php
|
path: letoltes.php
|
||||||
selector: a[href^="logout.php?getUnique="]
|
selector: a[href^="logout.php?getUnique="]
|
||||||
|
@ -98,6 +97,9 @@ search:
|
||||||
k: yes
|
k: yes
|
||||||
tipuska: 1
|
tipuska: 1
|
||||||
|
|
||||||
|
headers:
|
||||||
|
User-Agent: ["{{ .Config.useragent }}"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#table > tbody > tr:has(a[href^="download.php?torrent="])
|
selector: table#table > tbody > tr:has(a[href^="download.php?torrent="])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue