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

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

@@ -88,7 +88,7 @@
settings: [] settings: []
search: 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: inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}" $raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "\"{{ .Query.Keywords }}\"" search: "\"{{ .Query.Keywords }}\""