Skip to content

Commit

Permalink
torrentlt: add freeleech filter #9456
Browse files Browse the repository at this point in the history
add minimumratio
  • Loading branch information
garfield69 committed Sep 15, 2020
1 parent 0e0a1f7 commit deb47a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Jackett.Common/Definitions/torrentlt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ settings:
type: info
label: How to get the Cookie
default: "<ol><li>Login to this tracker in your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button<li>Refresh the page by pressing <b>F5</b><li>Select the <b>Headers</b> tab<li>Find 'cookie:' in the <b>Request Headers</b> section<li>Copy & paste the whole cookie string to here</ol>"
- name: freeleech
type: checkbox
label: Search freeleech only
default: false
- name: sort
type: select
label: Sort requested from site
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -155,4 +160,6 @@ search:
filters:
- name: dateparse
args: "2006-01-02 15:04"
minimumratio:
text: 0.41
# engine n/a

0 comments on commit deb47a8

Please sign in to comment.