mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
cpasbien: switch to POST for search. #7771
This commit is contained in:
parent
c78cd997ee
commit
fb34e6fd54
1 changed files with 5 additions and 2 deletions
|
@ -59,8 +59,11 @@
|
|||
|
||||
search:
|
||||
paths:
|
||||
# https://vww.cpasbien-fr.fr/index.php?do=search&subaction=search&story=dickinson%20s01e10
|
||||
- path: "{{ if .Keywords }}index.php?do=search&subaction=search&story={{ .Keywords }}{{else}}{{end}}"
|
||||
- path: "{{ if .Keywords }}index.php?do=search&subaction=search{{else}}{{end}}"
|
||||
method: post
|
||||
inputs:
|
||||
story: "{{ if .Keywords }}{{ .Keywords }}{{else}}{{end}}"
|
||||
# does not support imdbid search and does not return imdb link in results.
|
||||
|
||||
rows:
|
||||
selector: div#gauche > table > tbody > tr:has(a)
|
||||
|
|
Loading…
Reference in a new issue