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:
parent
0fcc84f8c7
commit
10737431aa
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue