mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
parent
7b0155cc68
commit
b7247ec944
1 changed files with 3 additions and 1 deletions
|
@ -184,7 +184,6 @@ login:
|
|||
method: cookie
|
||||
inputs:
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
user-agent: "[ .Config.useragent ]"
|
||||
|
||||
search:
|
||||
keywordsfilters:
|
||||
|
@ -222,6 +221,9 @@ search:
|
|||
- path: "engine/search?category={{ .Config.category }}&name={{ if .Keywords }}{{ re_replace .Keywords \"[sS]0(\\d{1,2})\" \"Saison.$1\"}}{{ else }}&page=50{{ end }}&description=&file=&uploader=&sub_category=&do=search&order={{ .Config.type }}&sort={{ .Config.sort }}"
|
||||
followredirect: true
|
||||
|
||||
headers:
|
||||
User-Agent: ["{{ .Config.useragent }}"]
|
||||
|
||||
rows:
|
||||
selector: table.table > tbody > tr
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue