mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
fix(indexers): updated browse page endpoint (#1696)
They changed the url for the latest torrents once again…
This commit is contained in:
2
src/Jackett/Definitions/kickasstorrent.yml
Normal file → Executable file
2
src/Jackett/Definitions/kickasstorrent.yml
Normal file → Executable 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 }}\""
|
||||||
|
Reference in New Issue
Block a user