gigatorrents: add verified/unverified to descr

This commit is contained in:
Garfield69
2023-12-13 18:14:08 +13:00
parent 72333deede
commit 395da2a92f

View File

@@ -151,6 +151,10 @@ search:
selector: td:nth-child(7) selector: td:nth-child(7)
files: files:
selector: td:nth-child(4) selector: td:nth-child(4)
description:
case:
img[src="pic/staff/yes.png"]: Verified
"*": Unverified
downloadvolumefactor: downloadvolumefactor:
selector: td:nth-child(6) > span:nth-last-child(2) selector: td:nth-child(6) > span:nth-last-child(2)
optional: true optional: true