mirror of
https://github.com/Jackett/Jackett
synced 2024-12-27 18:29:47 +00:00
KickAssTorrent: fix definition
This commit is contained in:
parent
8e9b144cff
commit
98b92ddc76
1 changed files with 3 additions and 3 deletions
|
@ -91,14 +91,14 @@
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{ if .Keywords }}usearch/torrents-search.php?{{range .Categories }}c{{.}}=1&{{end}}q={{.Keywords}}{{else}}torrents/top-100-latest-uploads.html{{end}}"
|
- path: "{{ if .Keywords }}/katsearch/page/1/{{ .Keywords }}{{ else }}/category/latest/page/1{{ end }}"
|
||||||
rows:
|
rows:
|
||||||
selector: table[class="table table--bordered table--striped table--hover torrents_table sortable"] > tbody > tr
|
selector: table.torrents_table > tbody > tr
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a.torrents_table__torrent_title b
|
selector: a.torrents_table__torrent_title b
|
||||||
details:
|
details:
|
||||||
selector: a.torrents_table__torrent_title b
|
selector: a.torrents_table__torrent_title
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="magnet:?xt="]
|
selector: a[href^="magnet:?xt="]
|
||||||
|
|
Loading…
Reference in a new issue