mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 07:32:38 +00:00
onejav: description can be missing. resovles #7602
This commit is contained in:
parent
271dcda7aa
commit
6fc972aa08
1 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
paths:
|
||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{else}}new{{end}}"
|
||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{else}}new{{end}}?page=2"
|
||||
|
||||
|
||||
rows:
|
||||
selector: div.mb-3
|
||||
|
||||
|
@ -52,11 +52,11 @@
|
|||
filters:
|
||||
- name: prepend
|
||||
args: "Tags: "
|
||||
description:
|
||||
descr:
|
||||
selector: p.level
|
||||
filters:
|
||||
- name: append
|
||||
args: "</br>{{ .Result.actress }}</br>{{ .Result.tags }}"
|
||||
optional: true
|
||||
description:
|
||||
text: "{{ .Result.descr }}</br>{{ .Result.actress }}</br>{{ .Result.tags }}"
|
||||
date:
|
||||
selector: p.is-6 > a
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue