mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
cyanbug: seeders, leecheers, grabs can be missing
This commit is contained in:
parent
5a1c04b12f
commit
1fa946a822
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue