mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
teamctgame: add verified/unverified/banned to descr
This commit is contained in:
parent
55bf1160f4
commit
ef6236737b
1 changed files with 5 additions and 0 deletions
|
@ -227,6 +227,11 @@ search:
|
||||||
selector: td:nth-child(7)
|
selector: td:nth-child(7)
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-child(8)
|
selector: td:nth-child(8)
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span[title="Autorisé"]: "Verified"
|
||||||
|
span[title="Pas examiné"]: "Unverified"
|
||||||
|
span[title="Refusé"]: "Banned"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: 0
|
img.pro_free: 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue