mirror of https://github.com/Jackett/Jackett
torrent911: new details selector
This commit is contained in:
parent
397f3c7506
commit
7b5caa0de5
|
@ -102,7 +102,7 @@ search:
|
||||||
args: ["(?i)(S)(\\d{1,3})$", "saison $2"]
|
args: ["(?i)(S)(\\d{1,3})$", "saison $2"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.table-hover > tbody > tr:has(a[href*="torrent/"])
|
selector: table.table-hover > tbody > tr:has(a[onclick*="torrent/"])
|
||||||
filters:
|
filters:
|
||||||
- name: andmatch
|
- name: andmatch
|
||||||
|
|
||||||
|
@ -131,10 +131,12 @@ search:
|
||||||
text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase2 }}{{ end }}"
|
text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase2 }}{{ end }}"
|
||||||
details:
|
details:
|
||||||
selector: td:nth-child(1) a
|
selector: td:nth-child(1) a
|
||||||
attribute: href
|
attribute: onclick
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: (torrent/\d+)
|
||||||
download:
|
download:
|
||||||
selector: td:nth-child(1) a
|
text: "{{ .Result.details }}"
|
||||||
attribute: href
|
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
date:
|
date:
|
||||||
|
|
Loading…
Reference in New Issue