mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 05:16:55 +00:00
hdvideo: add verified/unverified/banned to descr
banned torrents can still be downloaded
This commit is contained in:
parent
5538f534a2
commit
e651e4b77f
1 changed files with 6 additions and 1 deletions
|
@ -179,7 +179,12 @@ search:
|
||||||
img.pro_free2up: 2
|
img.pro_free2up: 2
|
||||||
img.pro_2up: 2
|
img.pro_2up: 2
|
||||||
"*": 1
|
"*": 1
|
||||||
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="Allowed"]: "Verified: {{ .Result.description_text }}"
|
||||||
|
span[title="Not reviewed"]: "Unverified: {{ .Result.description_text }}"
|
||||||
|
span[title="Denied"]: "Banned: {{ .Result.description_text }}"
|
||||||
# NexusPHP v1.8.4 2023-06-18
|
# NexusPHP v1.8.4 2023-06-18
|
||||||
|
|
Loading…
Add table
Reference in a new issue