1
0
Fork 0
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:
Garfield69 2019-12-24 06:35:03 +13:00
parent 370f95f888
commit 213141f55e

View file

@ -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: