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 }}"
|
||||
details:
|
||||
selector: td:nth-child(1) a
|
||||
attribute: href
|
||||
attribute: onclick
|
||||
filters:
|
||||
- name: regexp
|
||||
args: (torrent/\d+)
|
||||
download:
|
||||
selector: td:nth-child(1) a
|
||||
attribute: href
|
||||
text: "{{ .Result.details }}"
|
||||
date:
|
||||
text: now
|
||||
size:
|
||||
|
Reference in New Issue
Block a user