1
0
Fork 0
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:
Garfield69 2020-03-23 13:08:52 +13:00
parent c78cd997ee
commit fb34e6fd54

View file

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