mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 19:58:38 +00:00
punkshorror: add verified/unverified to descr
This commit is contained in:
parent
e61505fa7b
commit
1bea8c1a8a
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,10 @@ search:
|
|||
selector: td:nth-last-child(3)
|
||||
leechers:
|
||||
selector: td:nth-last-child(2)
|
||||
description:
|
||||
case:
|
||||
img[src="pic/yes.png"]: Verified
|
||||
img[src="pic/nincs.png"]: Unverified
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img[src="pic/golden.gif"]: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue