mirror of
https://github.com/Jackett/Jackett
synced 2024-12-31 20:27:28 +00:00
ETTV: fix search
This commit is contained in:
parent
1d060af852
commit
d7945eed8c
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
|||
args: ["+", " "] # remove special search character (positive search)
|
||||
- name: re_replace
|
||||
args: ["(\\w+)", " +$1"] # prepend + to each word
|
||||
- name: re_replace
|
||||
args: ["\\s+", " "] # clean up whitespaces (multiple consecutive spaces confuses the search engine)
|
||||
|
||||
rows:
|
||||
selector: div.myFrame-content > div > table > tbody > tr[class]
|
||||
|
|
Loading…
Reference in a new issue