From deb47a86df47c8ce8703cb3dc20c68fcaf179adc Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Tue, 15 Sep 2020 15:29:20 +1200 Subject: [PATCH] torrentlt: add freeleech filter #9456 add minimumratio --- src/Jackett.Common/Definitions/torrentlt.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: "
  1. Login to this tracker in your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button
  5. Refresh the page by pressing F5
  6. Select the Headers tab
  7. Find 'cookie:' in the Request Headers section
  8. 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