mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
ubits: add verified/unverified/banned to descr
This commit is contained in:
parent
ef6236737b
commit
e6455fa9e6
1 changed files with 9 additions and 1 deletions
|
@ -184,7 +184,15 @@ search:
|
||||||
case:
|
case:
|
||||||
img.hitandrun: 259200
|
img.hitandrun: 259200
|
||||||
"*": 8640000 # dummy MST to ensure non-HnR MR is met
|
"*": 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:
|
description:
|
||||||
selector: td:nth-child(2)
|
selector: td.rowfollow:nth-child(2)
|
||||||
remove: a, b, font, img, span
|
remove: a, b, font, img, span
|
||||||
|
filters:
|
||||||
|
- name: prepend
|
||||||
|
args: "{{ .Result.description_verified }} "
|
||||||
# NexusPHP v1.8.8 2023-09-25
|
# NexusPHP v1.8.8 2023-09-25
|
||||||
|
|
Loading…
Add table
Reference in a new issue