shokweb: fix search. resolves #6536

This commit is contained in:
Garfield69 2019-12-09 06:32:07 +13:00
parent 741d16cbf5
commit cbfa1a4732
1 changed files with 1 additions and 3 deletions

View File

@ -29,11 +29,9 @@
paths: paths:
# https://shokweb.com/ (latest) # https://shokweb.com/ (latest)
# https://shokweb.com/search/supergirl%20s04e01 (search) # https://shokweb.com/search/supergirl%20s04e01 (search)
- path: "{{if .Keywords}}{{.Keywords}}{{else}}{{end}}" - path: "{{if .Keywords}}/search/{{.Keywords}}{{else}}{{end}}"
rows: rows:
selector: div:has(a[href^="magnet:?"]) selector: div:has(a[href^="magnet:?"])
filters:
- name: andmatch
fields: fields:
title: title:
selector: a[href^="/post/"] selector: a[href^="/post/"]