mirror of https://github.com/Jackett/Jackett
pignetwork: add verified/unverified/banned to descr
This commit is contained in:
parent
bac290e12b
commit
55bf1160f4
|
@ -175,7 +175,15 @@ search:
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||||
text: 259200
|
text: 259200
|
||||||
|
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.rowfollow: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.0 2023-04-16
|
# NexusPHP v1.8.0 2023-04-16
|
||||||
|
|
Loading…
Reference in New Issue