mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 23:47:17 +02:00
onejav: description can be missing. resovles #7602
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user