Skip to content

Commit

Permalink
nethd: revert search path change
Browse files Browse the repository at this point in the history
  • Loading branch information
ilike2burnthing committed Feb 19, 2021
1 parent 0b88f49 commit b234e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jackett.Common/Definitions/nethd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ login:
error:
- selector: form#loginform > span.warning
test:
path: torrentsz.php
path: torrents.php

search:
paths:
- path: torrentsz.php
- path: torrents.php
inputs:
$raw: "{{ range .Categories }}cat={{.}}&{{end}}"
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
Expand Down

0 comments on commit b234e35

Please sign in to comment.