torrentcore: cat can be missing. resolves #13582

This commit is contained in:
Garfield69
2022-09-25 07:57:02 +13:00
parent 25b16e7326
commit 265aa012cf

View File

@@ -61,13 +61,16 @@ search:
# search is an exact match, there are no wild cards, or +word or AND/OR, and spaces and dots are treated uniquely # search is an exact match, there are no wild cards, or +word or AND/OR, and spaces and dots are treated uniquely
rows: rows:
selector: div.content font[color="purple"], div.content font[color="orange"]:has(img), div.content font[color="gray"], div.content font[color="white"] selector: div.content font[color="purple"], div.content font[color="orange"]:has(a), div.content font[color="gray"], div.content font[color="white"]
after: 3 after: 3
fields: fields:
category: category:
text: "UNKNOWN"
category|noappend:
selector: img[src^="./cat/"] selector: img[src^="./cat/"]
attribute: src attribute: src
optional: true
filters: filters:
- name: regexp - name: regexp
args: "cat/(.+?).png" args: "cat/(.+?).png"