From 5e1807560c091a4ea49d51ca8b77ba4632d025cc Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 11 Sep 2020 13:10:56 +1200 Subject: [PATCH] cinemamovies: add freeleech filter #9456 also add minimumratio --- src/Jackett.Common/Definitions/cinemamovies.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/Jackett.Common/Definitions/cinemamovies.yml b/src/Jackett.Common/Definitions/cinemamovies.yml index 0d6cea91a..7e9050785 100644 --- a/src/Jackett.Common/Definitions/cinemamovies.yml +++ b/src/Jackett.Common/Definitions/cinemamovies.yml @@ -44,7 +44,10 @@ settings: type: info label: How to get the Cookie default: "
  1. Login to this tracker with your browser
  2. Open the DevTools panel by pressing F12
  3. Select the Network tab
  4. Click on the Doc button (Chrome Browser) or HTML button (FireFox)
  5. Refresh the page by pressing F5
  6. Click on the first row entry
  7. Select the Headers tab on the Right panel
  8. Find 'cookie:' in the Request Headers section
  9. Select and Copy the whole cookie string (everything after 'cookie: ') and Paste here.
" - + - name: freeleech + type: checkbox + label: Search freeleech only + default: false - name: drop_polish_prefix type: checkbox label: Drop the Polish title prefix @@ -79,11 +82,11 @@ search: - path: browse.php inputs: $raw: "{{ range .Categories }}c{{.}}=1&{{end}}" - search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}" - # 0 onlyactive 1 all 4 requests 5 onlydead 6 polish 8 free 10 doubleup 11 premier 13 VOD - incldead: 1 - # 0 title 1 descr - blah: "{{ if .Query.IMDBID }}1{{else}}0{{end}}" + search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}" + # 0 active, 1 all, 4 requests, 5 onlydead, 6 polish, 8 free, 10 doubleup, 11 premier, 13 VOD + incldead: "{{ if .Config.freeleech }}8{{ else }}1{{ end }}" + # 0 title, 1 descr + blah: "{{ if .Query.IMDBID }}1{{ else }}0{{ end }}" gatunek: 0 quality: none sort: "{{ .Config.sort }}" @@ -154,4 +157,6 @@ search: case: img[src="pic/double.png"]: 2 "*": 1 + minimumratio: + text: 1.0 # engine n/a