1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 14:14:25 +00:00

cyanbug: seeders, leecheers, grabs can be missing

This commit is contained in:
Garfield69 2024-10-25 06:15:00 +13:00
parent 5a1c04b12f
commit 1fa946a822

View file

@ -171,10 +171,16 @@ search:
selector: td:nth-child(5) selector: td:nth-child(5)
seeders: seeders:
selector: td:nth-child(6) selector: td:nth-child(6)
optional: true
default: 1
leechers: leechers:
selector: td:nth-child(7) selector: td:nth-child(7)
optional: true
default: 1
grabs: grabs:
selector: td:nth-child(8) selector: td:nth-child(8)
optional: true
default: 1
downloadvolumefactor: downloadvolumefactor:
case: case:
img.pro_free: 0 img.pro_free: 0