mirror of https://github.com/Jackett/Jackett
hdfans: add verified/unverified/banned to descr
This commit is contained in:
parent
0fd663e44e
commit
778a9ac843
|
@ -192,7 +192,12 @@ search:
|
||||||
"*": 1
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.81
|
text: 0.81
|
||||||
description:
|
description_text:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, b, font, img, span
|
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.9 2023-11-15
|
# NexusPHP v1.8.9 2023-11-15
|
||||||
|
|
Loading…
Reference in New Issue