mirror of https://github.com/Jackett/Jackett
bibliotik: pre-init optional selectors. #10342
This commit is contained in:
parent
2cf3c3d101
commit
a4cd6036c2
|
@ -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…
Reference in New Issue