mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
abtorrents: new selectors
This commit is contained in:
@@ -118,12 +118,12 @@ search:
|
|||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
# title, descr
|
# title, descr, series, additional_info, author, author, uploader
|
||||||
searchin: title
|
searchin: title
|
||||||
# 0 active, 1 incldead, 2 onlydead
|
# 0 active, 1 incldead, 2 onlydead, 3 My Unsatisfied Torrents, 4 My Watch List, 5 My Uploads
|
||||||
incldead: 1
|
incldead: 1
|
||||||
# 1 onlyfree, null all
|
# 0 All Torrents, 1 Only Free Torrents
|
||||||
only_free: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
only_free: "{{ if .Config.freeleech }}1{{ else }}0{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.table-striped > tbody > tr:has(a[href^="download.php?torrent="])
|
selector: table.table-striped > tbody > tr:has(a[href^="download.php?torrent="])
|
||||||
@@ -133,7 +133,7 @@ search:
|
|||||||
selector: div[data-tid] > img
|
selector: div[data-tid] > img
|
||||||
attribute: alt
|
attribute: alt
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="] span[id^="torrent_title"]
|
selector: a[href^="details.php?id="]
|
||||||
details:
|
details:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user