From fb34e6fd5400edfdbb0aaf495e341e0e75fbf30d Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 23 Mar 2020 13:08:52 +1300 Subject: [PATCH] cpasbien: switch to POST for search. #7771 --- src/Jackett.Common/Definitions/cpabien.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Definitions/cpabien.yml b/src/Jackett.Common/Definitions/cpabien.yml index 761f3c469..8c98c1373 100644 --- a/src/Jackett.Common/Definitions/cpabien.yml +++ b/src/Jackett.Common/Definitions/cpabien.yml @@ -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)