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