mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
bibliotik: pre-init optional selectors. #10342
This commit is contained in:
parent
2cf3c3d101
commit
a4cd6036c2
1 changed files with 10 additions and 0 deletions
|
@ -80,20 +80,30 @@ search:
|
|||
div[title="Comics"]: 4
|
||||
div[title="Ebooks"]: 5
|
||||
div[title="Magazines"]: 7
|
||||
_author:
|
||||
text: ""
|
||||
_author:
|
||||
selector: .authorLink
|
||||
optional: true
|
||||
_editor:
|
||||
text: ""
|
||||
_editor:
|
||||
selector: .editorLink
|
||||
optional: true
|
||||
author:
|
||||
text: "{{ or (.Result._author) (.Result._editor) }}"
|
||||
_year:
|
||||
text: ""
|
||||
_year:
|
||||
selector: .torYear
|
||||
optional: true
|
||||
_filetype:
|
||||
text: ""
|
||||
_filetype:
|
||||
selector: .torFormat
|
||||
optional: true
|
||||
_retail:
|
||||
text: ""
|
||||
_retail:
|
||||
selector: .torRetail
|
||||
optional: true
|
||||
|
|
Loading…
Add table
Reference in a new issue