mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
freefarm: add verified/unverified/banned to descr
This commit is contained in:
parent
c5448a9adb
commit
4a509205e9
1 changed files with 6 additions and 1 deletions
|
@ -201,7 +201,12 @@ search:
|
|||
case:
|
||||
img[title="H&R"]: 604800
|
||||
"*": 259200
|
||||
description:
|
||||
description_text:
|
||||
selector: td:nth-child(2)
|
||||
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-09-29
|
||||
|
|
Loading…
Add table
Reference in a new issue