Skip to content

Commit

Permalink
polishtracker-api: removed wide and nfo params from input (#13565)
Browse files Browse the repository at this point in the history
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
  • Loading branch information
mawiczi and ilike2burnthing committed Sep 22, 2022
1 parent 64c193a commit a69bd75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Jackett.Common/Definitions/polishtracker-api.yml
Expand Up @@ -65,10 +65,10 @@ search:
search: "{{ .Keywords }}"
tpage: 1
imdb_id: "{{ .Query.IMDBIDShort }}"
# search in nfo text also
nfo: false
# search is more broad
wide: false
# search in nfo text also - broken
# nfo: false
# search is more broad - broken
# wide: false
$raw: "{{ range .Categories }}&cat[]={{.}}{{end}}"
# can search by genre but need range support. &tags[]=Action&tags[]=Comedy for Action and Comedy

Expand Down

0 comments on commit a69bd75

Please sign in to comment.