1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-29 11:17:22 +00:00

onejav: tags can be missing. resolves #8158

This commit is contained in:
Garfield69 2020-04-13 14:59:21 +12:00
parent 0fcc84f8c7
commit 10737431aa

View file

@ -39,6 +39,7 @@
banner:
selector: img
attribute: src
optional: true
actress:
text: ""
actress:
@ -47,11 +48,16 @@
filters:
- name: prepend
args: "Actress: "
tags:
text: ""
tags:
selector: div.tags
optional: true
filters:
- name: prepend
args: "Tags: "
descr:
text: ""
descr:
selector: p.level
optional: true