mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
cpasbien: switch to POST for search. #7771
This commit is contained in:
@@ -59,8 +59,11 @@
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# https://vww.cpasbien-fr.fr/index.php?do=search&subaction=search&story=dickinson%20s01e10
|
- path: "{{ if .Keywords }}index.php?do=search&subaction=search{{else}}{{end}}"
|
||||||
- path: "{{ if .Keywords }}index.php?do=search&subaction=search&story={{ .Keywords }}{{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:
|
rows:
|
||||||
selector: div#gauche > table > tbody > tr:has(a)
|
selector: div#gauche > table > tbody > tr:has(a)
|
||||||
|
Reference in New Issue
Block a user