mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
This commit is contained in:
parent
e7050767fe
commit
46a37e5b6c
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@
|
|||
- path: "{{ if .Keywords }}?do=search&subaction=search&search_start=0&full_search=1&result_from=1&story={{ .Keywords }}{{else}}{{end}}"
|
||||
|
||||
rows:
|
||||
selector: div.dshort
|
||||
selector: div.dshort:has(div.d3-raz) # no size means indirect download via 3rd party site, not supported by cardigann. #8020
|
||||
filters:
|
||||
- name: andmatch #8019
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue