ubits: add verified/unverified/banned to descr

This commit is contained in:
Garfield69 2023-12-16 16:20:23 +13:00
parent ef6236737b
commit e6455fa9e6
1 changed files with 9 additions and 1 deletions

View File

@ -184,7 +184,15 @@ search:
case:
img.hitandrun: 259200
"*": 8640000 # dummy MST to ensure non-HnR MR is met
description_verified:
case:
span[title="通过"], span[title="通過"], span[title="Allowed"]: "Verified:"
span[title="未审"], span[title="未審"], span[title="Not reviewed"]: "Unverified:"
span[title="拒绝"], span[title="拒絕"], span[title="Denied"]: "Banned:"
description:
selector: td:nth-child(2)
selector: td.rowfollow:nth-child(2)
remove: a, b, font, img, span
filters:
- name: prepend
args: "{{ .Result.description_verified }} "
# NexusPHP v1.8.8 2023-09-25