cpasbien: switch to POST for search. #7771

This commit is contained in:
Garfield69
2020-03-23 13:08:52 +13:00
parent c78cd997ee
commit fb34e6fd54

View File

@@ -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)