fix(indexers): updated browse page endpoint (#1696)

They changed the url for the latest torrents once again…
This commit is contained in:
thebluepotato 2017-08-21 11:17:17 +02:00 committed by JigSaw
parent 97f4a9de5d
commit c6140d7eef
1 changed files with 1 additions and 1 deletions

2
src/Jackett/Definitions/kickasstorrent.yml Normal file → Executable file
View File

@ -88,7 +88,7 @@
settings: []
search:
path: "/new/{{if .Query.Keywords}}search-torrents.php{{else}}torrents.php{{end}}"
path: "/new/{{if .Query.Keywords}}search-torrents.php{{else}}index.php{{end}}"
inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "\"{{ .Query.Keywords }}\""