mirror of https://github.com/Jackett/Jackett
gktorrent: update download selector. resolves #12682
This commit is contained in:
parent
e346b0cf8f
commit
e09a9d275c
|
@ -78,9 +78,10 @@ settings:
|
|||
|
||||
download:
|
||||
selectors:
|
||||
- selector: a[href*="magnet:?xt="]
|
||||
attribute: href
|
||||
|
||||
- selector: script:contains("magnet:?")
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "\\s'(magnet:\\?.+?)';"
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}recherche/{{ .Keywords }}{{ else }}{{ end }}"
|
||||
|
|
Loading…
Reference in New Issue