mirror of https://github.com/Jackett/Jackett
fix so it passes the Sonarr test. add description. Tested on Jackett Dashboard and Sonarr
This commit is contained in:
parent
38e039ac34
commit
5818548dbf
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
site: kickasstorrent
|
site: kickasstorrent
|
||||||
name: KickAssTorrent
|
name: KickAssTorrent
|
||||||
|
description: "Kickass Torrents (KATcr) is a well-know Public torrent site indexing thousands of torrents verified and commented by a large file-sharing community"
|
||||||
language: en-us
|
language: en-us
|
||||||
type: public
|
type: public
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
|
@ -84,14 +85,12 @@
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
|
movie-search: [q]
|
||||||
|
|
||||||
settings: []
|
settings: []
|
||||||
|
|
||||||
search:
|
search:
|
||||||
path: "/new/{{if .Query.Keywords}}search-torrents.php{{else}}index.php{{end}}"
|
path: "/new/{{if .Keywords}}search-torrents.php?{{range .Categories }}c{{.}}=1&{{end}}search={{.Keywords}}{{else}}{{end}}"
|
||||||
inputs:
|
|
||||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
|
||||||
search: "\"{{ .Query.Keywords }}\""
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.ttable_headinner > tbody > tr[class^="t-row"]
|
selector: table.ttable_headinner > tbody > tr[class^="t-row"]
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Reference in New Issue