mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
parent
7b0155cc68
commit
b7247ec944
1 changed files with 3 additions and 1 deletions
|
@ -184,7 +184,6 @@ login:
|
||||||
method: cookie
|
method: cookie
|
||||||
inputs:
|
inputs:
|
||||||
cookie: "{{ .Config.cookie }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
user-agent: "[ .Config.useragent ]"
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
keywordsfilters:
|
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 }}"
|
- 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
|
followredirect: true
|
||||||
|
|
||||||
|
headers:
|
||||||
|
User-Agent: ["{{ .Config.useragent }}"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.table > tbody > tr
|
selector: table.table > tbody > tr
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue