mirror of https://github.com/Jackett/Jackett
ptchina: add verified/unverified/banned to descr
This commit is contained in:
parent
96b78fae56
commit
0fd663e44e
|
@ -182,7 +182,12 @@ search:
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
# 1 day (as seconds = 24 x 60 x 60)
|
# 1 day (as seconds = 24 x 60 x 60)
|
||||||
text: 86400
|
text: 86400
|
||||||
description:
|
description_text:
|
||||||
selector: td.rowfollow:nth-child(2)
|
selector: td.rowfollow:nth-child(2)
|
||||||
remove: a, b, font, img, span
|
remove: a, b, font, img, span
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span[title="Allowed"]: "Verified: {{ .Result.description_text }}"
|
||||||
|
span[title="Not reviewed"]: "Unverified: {{ .Result.description_text }}"
|
||||||
|
span[title="Denied"]: "Banned: {{ .Result.description_text }}"
|
||||||
# NexusPHP v1.8.9 2023-11-15
|
# NexusPHP v1.8.9 2023-11-15
|
||||||
|
|
Loading…
Reference in New Issue