mirror of
https://github.com/Jackett/Jackett
synced 2025-03-08 21:06:25 +00:00
wdt: add verified/unverified to descr
This commit is contained in:
parent
381d2881f1
commit
463f982859
1 changed files with 4 additions and 0 deletions
|
@ -167,6 +167,10 @@ search:
|
||||||
selector: td:nth-child(10)
|
selector: td:nth-child(10)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-child(11)
|
selector: td:nth-child(11)
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
img[src="./pic/mod.gif"]: Verified
|
||||||
|
"*": Unverified
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"a.info:contains(\"[FREE]\")": 0
|
"a.info:contains(\"[FREE]\")": 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue