mirror of https://github.com/Jackett/Jackett
torrent9: drop apostrophes on keywords. resolves #4822
This commit is contained in:
parent
4e1d7ac09b
commit
6cc262a6d3
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
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:
|
rows:
|
||||||
selector: div.table-responsive > table tbody tr
|
selector: div.table-responsive > table tbody tr
|
||||||
fields:
|
fields:
|
||||||
|
|
Loading…
Reference in New Issue