From a4cd6036c2146682ce3360bcde3e3a66500e0f7f Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 2 Dec 2020 10:05:22 +1300 Subject: [PATCH] bibliotik: pre-init optional selectors. #10342 --- src/Jackett.Common/Definitions/bibliotik.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Jackett.Common/Definitions/bibliotik.yml b/src/Jackett.Common/Definitions/bibliotik.yml index e49b295a1..822ccedf5 100644 --- a/src/Jackett.Common/Definitions/bibliotik.yml +++ b/src/Jackett.Common/Definitions/bibliotik.yml @@ -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