diff --git a/src/Jackett.Common/Definitions/torrentbd.yml b/src/Jackett.Common/Definitions/torrentbd.yml
index b2f757eea..4f9306c91 100644
--- a/src/Jackett.Common/Definitions/torrentbd.yml
+++ b/src/Jackett.Common/Definitions/torrentbd.yml
@@ -95,7 +95,10 @@ settings:
type: info
label: How to get the Cookie
default: "
- Login to this tracker with your browser
- Open the DevTools panel by pressing F12
- Select the Network tab
- Click on the Doc button (Chrome Browser) or HTML button (FireFox)
- Refresh the page by pressing F5
- Click on the first row entry
- Select the Headers tab on the Right panel
- Find 'cookie:' in the Request Headers section
- Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
"
-
+ - name: freeleech
+ type: checkbox
+ label: Search freeleech only
+ default: false
login:
method: cookie
@@ -113,12 +116,12 @@ search:
page: 1
origin: home
sortBy: ""
- order: ""
query: "{{ .Keywords }}"
- fl: false
+ fl: "{{ if .Config.freeleech }}true{{ else }}false{{ end }}"
+ # internal
intris: false
+ # activeonly
active: false
- categories: ""
spcat: ""
rows:
@@ -168,4 +171,9 @@ search:
"*": 1
uploadvolumefactor:
text: 1
+ minimumratio:
+ text: 0.5
+ minimumseedtime:
+ # 2 days (as seconds = 2 x 24 x 60 x 60)
+ text: 172800
# engine n/a