KickAssTorrent: fix definition

This commit is contained in:
kaso17 2018-01-22 16:56:11 +01:00
parent 8e9b144cff
commit 98b92ddc76
1 changed files with 3 additions and 3 deletions

View File

@ -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="]