mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
zmpt: add verified/unverified/banned to descr
This commit is contained in:
parent
fa1f96f057
commit
f0b263334a
1 changed files with 6 additions and 1 deletions
|
@ -190,7 +190,12 @@ search:
|
|||
case:
|
||||
img[title="H&R"]: 259200
|
||||
"*": 86400
|
||||
description:
|
||||
description_text:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
description:
|
||||
case:
|
||||
span[title="通过"]: "Verified: {{ .Result.description_text }}"
|
||||
span[title="未审"]: "Unverified: {{ .Result.description_text }}"
|
||||
span[title="拒绝"]: "Banned: {{ .Result.description_text }}"
|
||||
# NexusPHP v1.8.8 2023-09-25
|
||||
|
|
Loading…
Add table
Reference in a new issue