From 6cc262a6d38d4c946fbd404d8e82f8429ea80bea Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 6 Mar 2019 13:40:35 +1300 Subject: [PATCH] torrent9: drop apostrophes on keywords. resolves #4822 --- src/Jackett.Common/Definitions/torrent9.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrent9.yml b/src/Jackett.Common/Definitions/torrent9.yml index 9122556c6..68bec73bb 100644 --- a/src/Jackett.Common/Definitions/torrent9.yml +++ b/src/Jackett.Common/Definitions/torrent9.yml @@ -44,7 +44,7 @@ search: paths: - - path: "{{ if .Keywords }}/search_torrent/{{ .Keywords }}/page-0{{else}}/top_torrent.php{{end}}" + - path: "{{ if .Keywords }}/search_torrent/{{ re_replace .Keywords \"[']+\" \"\" }}/page-0{{else}}/top_torrent.php{{end}}" rows: selector: div.table-responsive > table tbody tr fields: