mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
> I get clearance-failed for https://www.torrentdownloads.me/ > and failed,redirected for https://torrentdownloads.unblockit.pro/ https://github.com/Jackett/Jackett/issues/8085#issuecomment-610718909 It seems that the addition of `new=1` is the source of the issue for those proxies. Seems to be unneeded as removing it doesn't change the order of results for .info on either their site or in Jackett.
This commit is contained in:
parent
fe3ebd6528
commit
97948cc574
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
paths:
|
||||
- path: "{{if .Keywords}}/search/{{else}}/today/{{end}}"
|
||||
inputs:
|
||||
$raw: "new=1&{{range .Categories}}s_cat={{.}}&{{end}}"
|
||||
$raw: "{{range .Categories}}s_cat={{.}}&{{end}}"
|
||||
search: "{{ .Keywords }}"
|
||||
|
||||
rows:
|
||||
|
|
Loading…
Reference in a new issue