mirror of https://github.com/Jackett/Jackett
nicept: add verified/unverified to descr
This commit is contained in:
parent
e651e4b77f
commit
51c14e369e
|
@ -172,10 +172,14 @@ search:
|
|||
minimumseedtime:
|
||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||
text: 259200
|
||||
description:
|
||||
description_text:
|
||||
selector: td.rowfollow:nth-child(2)
|
||||
remove: a, b, font, img, span
|
||||
filters:
|
||||
- name: replace
|
||||
args: [" 剩余时间:", ""]
|
||||
description:
|
||||
case:
|
||||
span[title="Allowed"]: "Verified: {{ .Result.description_text }}"
|
||||
span[title="Not reviewed"]: "Unverified: {{ .Result.description_text }}"
|
||||
# NexusPHP v1.8.4 2023-06-18
|
||||
|
|
Loading…
Reference in New Issue