diff --git a/src/Jackett.Common/Definitions/torrentlt.yml b/src/Jackett.Common/Definitions/torrentlt.yml
index 9329f3e69..82e996e9a 100644
--- a/src/Jackett.Common/Definitions/torrentlt.yml
+++ b/src/Jackett.Common/Definitions/torrentlt.yml
@@ -78,6 +78,10 @@ settings:
type: info
label: How to get the Cookie
default: "
- Login to this tracker in your browser
- Open the DevTools panel by pressing F12
- Select the Network tab
- Click on the Doc button
- Refresh the page by pressing F5
- Select the Headers tab
- Find 'cookie:' in the Request Headers section
- Copy & paste the whole cookie string to here
"
+ - name: freeleech
+ type: checkbox
+ label: Search freeleech only
+ default: false
- name: sort
type: select
label: Sort requested from site
@@ -109,6 +113,7 @@ search:
search: "{{ .Keywords }}"
sort: "{{ .Config.sort }}"
type: "{{ .Config.type }}"
+ free: "{{ if .Config.freeleech }}on{{ else }}{{ end }}"
keywordsfilters:
- name: replace
args: [".", " "] # issue #3296
@@ -155,4 +160,6 @@ search:
filters:
- name: dateparse
args: "2006-01-02 15:04"
+ minimumratio:
+ text: 0.41
# engine n/a