mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
audiobookbay: make optional size and date optional
This commit is contained in:
@@ -144,6 +144,7 @@ search:
|
|||||||
selector: img
|
selector: img
|
||||||
attribute: src
|
attribute: src
|
||||||
date_optional:
|
date_optional:
|
||||||
|
optional: true
|
||||||
selector: div.postContent
|
selector: div.postContent
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
@@ -153,6 +154,7 @@ search:
|
|||||||
date:
|
date:
|
||||||
text: "{{ if .Result.date_optional }}{{ .Result.date_optional }}{{ else }}now{{ end }}"
|
text: "{{ if .Result.date_optional }}{{ .Result.date_optional }}{{ else }}now{{ end }}"
|
||||||
size_optional:
|
size_optional:
|
||||||
|
optional: true
|
||||||
selector: div.postContent
|
selector: div.postContent
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
|
Reference in New Issue
Block a user