mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Torrenting: fix parsing
This commit is contained in:
parent
04432b3a2d
commit
d905887870
1 changed files with 3 additions and 3 deletions
|
@ -69,11 +69,11 @@
|
|||
date:
|
||||
selector: div.uploaded
|
||||
seeders:
|
||||
selector: td:nth-child(7)
|
||||
selector: td:nth-last-child(2)
|
||||
leechers:
|
||||
selector: td:nth-child(8)
|
||||
selector: td:nth-last-child(1)
|
||||
size:
|
||||
selector: td:nth-child(6)
|
||||
selector: td:nth-last-child(3)
|
||||
downloadvolumefactor:
|
||||
text: "1"
|
||||
downloadvolumefactor:
|
||||
|
|
Loading…
Reference in a new issue