mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrent9clone: new selector for details
This commit is contained in:
@@ -128,10 +128,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
|
|
||||||
date:
|
date:
|
||||||
text: now
|
text: now
|
||||||
size:
|
size:
|
||||||
|
Reference in New Issue
Block a user