mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
vstorrent: prevent log row errors when keyword returns not found
This commit is contained in:
parent
d2c105bc57
commit
0232102d37
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ search:
|
|||
s: "{{ .Keywords }}"
|
||||
|
||||
rows:
|
||||
selector: article:has(.entry-title)
|
||||
selector: article:has(a)
|
||||
filters:
|
||||
- name: andmatch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue