mirror of https://github.com/Jackett/Jackett
shokweb: fix search. resolves #6536
This commit is contained in:
parent
741d16cbf5
commit
cbfa1a4732
|
@ -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/"]
|
||||||
|
|
Loading…
Reference in New Issue