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