From 213141f55e94c4ab2d84f486aa4cb7db8f9d47b9 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 24 Dec 2019 06:35:03 +1300 Subject: [PATCH] btdb: add seeders/leechers drop grabs. resolves #6673 --- src/Jackett.Common/Definitions/btdb.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Definitions/btdb.yml b/src/Jackett.Common/Definitions/btdb.yml index ab268a49b..1c7e84c8f 100644 --- a/src/Jackett.Common/Definitions/btdb.yml +++ b/src/Jackett.Common/Definitions/btdb.yml @@ -59,12 +59,10 @@ selector: div[class$="info"] span:nth-of-type(3) filters: - name: timeago - grabs: - selector: div[class$="info"] span:nth-of-type(4) seeders: - text: 1 + selector: div[class$="info"] span:nth-of-type(4) leechers: - text: 1 + selector: div[class$="info"] span:nth-of-type(5) downloadvolumefactor: text: 0 uploadvolumefactor: