kickasstorrent-kathow: categories can be missing from results. resolves #10035

This commit is contained in:
Garfield69
2020-11-01 13:50:48 +13:00
parent 8739155055
commit 141ae0714b

View File

@@ -77,8 +77,11 @@ search:
fields: fields:
category: category:
text: other
category|noappend:
selector: span[id^="cat_"] > strong > a selector: span[id^="cat_"] > strong > a
attribute: href attribute: href
optional: true
filters: filters:
- name: tolower - name: tolower
- name: trim - name: trim
@@ -103,8 +106,14 @@ search:
- name: timeago - name: timeago
seeders: seeders:
selector: td:nth-child(4) selector: td:nth-child(4)
filters:
- name: replace
args: ["N/A", 0]
leechers: leechers:
selector: td:nth-child(5) selector: td:nth-child(5)
filters:
- name: replace
args: ["N/A", 0]
downloadvolumefactor: downloadvolumefactor:
text: 0 text: 0
uploadvolumefactor: uploadvolumefactor: