mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
shokweb: fix search. resolves #6536
This commit is contained in:
@@ -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/"]
|
||||||
|
Reference in New Issue
Block a user