mirror of https://github.com/Jackett/Jackett
abtorrents: account for 0 seeders
This commit is contained in:
parent
e68e863d91
commit
212ab63216
|
@ -163,7 +163,7 @@ search:
|
|||
grabs:
|
||||
selector: a[href^="snatches.php?id="]
|
||||
seeders:
|
||||
selector: a[href^="peerlist_xbt.php?id="]
|
||||
selector: td:nth-last-child(3) div:nth-last-child(2)
|
||||
leechers:
|
||||
selector: td:nth-last-child(3) div:last-child
|
||||
downloadvolumefactor:
|
||||
|
|
Loading…
Reference in New Issue