mirror of
https://github.com/Jackett/Jackett
synced 2025-02-26 16:12:55 +00:00
btdb: add seeders/leechers drop grabs. resolves #6673
This commit is contained in:
parent
370f95f888
commit
213141f55e
1 changed files with 2 additions and 4 deletions
|
@ -59,12 +59,10 @@
|
||||||
selector: div[class$="info"] span:nth-of-type(3)
|
selector: div[class$="info"] span:nth-of-type(3)
|
||||||
filters:
|
filters:
|
||||||
- name: timeago
|
- name: timeago
|
||||||
grabs:
|
|
||||||
selector: div[class$="info"] span:nth-of-type(4)
|
|
||||||
seeders:
|
seeders:
|
||||||
text: 1
|
selector: div[class$="info"] span:nth-of-type(4)
|
||||||
leechers:
|
leechers:
|
||||||
text: 1
|
selector: div[class$="info"] span:nth-of-type(5)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
|
Loading…
Reference in a new issue