mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Torrent.LT: replace dots
This commit is contained in:
@@ -78,6 +78,9 @@
|
|||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}cats[]={{.}}&{{end}}"
|
$raw: "{{range .Categories}}cats[]={{.}}&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
keywordsfilters:
|
||||||
|
- name: replace
|
||||||
|
args: [".", " "] # issue #3296
|
||||||
rows:
|
rows:
|
||||||
selector: table> tbody > tr[class^="torrents_table_row_"]
|
selector: table> tbody > tr[class^="torrents_table_row_"]
|
||||||
filters:
|
filters:
|
||||||
|
Reference in New Issue
Block a user