diff --git a/src/Jackett.Common/Definitions/turkseed.yml b/src/Jackett.Common/Definitions/turkseed.yml
index c268cdc26..bf59844a2 100644
--- a/src/Jackett.Common/Definitions/turkseed.yml
+++ b/src/Jackett.Common/Definitions/turkseed.yml
@@ -52,6 +52,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: Filter freeleech only
+ default: false
- name: sort
type: select
label: Sort requested from site
@@ -91,9 +95,9 @@ search:
- path: browse.php
inputs:
do: search
- keywords: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
- # t_name T_description t_both t_uploader t_genre
- search_type: "{{ if .Query.IMDBID }}t_genre{{else}}t_name{{end}}"
+ keywords: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
+ # t_name, t_description, t_both, t_uploader, t_genre
+ search_type: "{{ if .Query.IMDBID }}t_genre{{ else }}t_name{{ end }}"
category: "{{ if .Categories }}{{ range .Categories }}{{.}};{{end}}{{else}}0{{end}}"
include_dead_torrents: yes
sort: "{{ .Config.sort }}"
@@ -101,7 +105,7 @@ search:
# does not return imdb link in results
rows:
- selector: table.sortable tr:has(a[href*="/download.php?id="])
+ selector: "table.sortable tr:has(a[href*=\"/download.php?id=\"]){{ if .Config.freeleech }}:has(img[src$=\"/freedownload.gif\"]){{ else }}{{ end }}"
fields:
category:
@@ -150,4 +154,6 @@ search:
case:
img[src$="/x2.gif"]: 2
"*": 1
+ minimumratio:
+ text: 0.6
# TS Special Edition v.7.5