mirror of https://github.com/Jackett/Jackett
torrentkitty: prevent `could not select database` error
This commit is contained in:
parent
453124d64d
commit
6194f4baa4
|
@ -35,7 +35,7 @@ settings:
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
|
||||
- path: "search/{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}/"
|
||||
|
||||
rows:
|
||||
selector: table#archiveResult tbody tr:has(a[href^="magnet:?xt="])
|
||||
|
|
Loading…
Reference in New Issue