mirror of https://github.com/Jackett/Jackett
teamctgame: add verified/unverified/banned to descr
This commit is contained in:
parent
55bf1160f4
commit
ef6236737b
|
@ -227,6 +227,11 @@ search:
|
|||
selector: td:nth-child(7)
|
||||
grabs:
|
||||
selector: td:nth-child(8)
|
||||
description:
|
||||
case:
|
||||
span[title="Autorisé"]: "Verified"
|
||||
span[title="Pas examiné"]: "Unverified"
|
||||
span[title="Refusé"]: "Banned"
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img.pro_free: 0
|
||||
|
|
Loading…
Reference in New Issue