mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
torrent9clone: update download selector
This commit is contained in:
parent
16400045ec
commit
c04acc03e2
1 changed files with 4 additions and 2 deletions
|
@ -107,8 +107,10 @@ settings:
|
||||||
|
|
||||||
download:
|
download:
|
||||||
selectors:
|
selectors:
|
||||||
- selector: a[href^="magnet:?"]
|
- selector: script:contains("magnet:?")
|
||||||
attribute: href
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: "\\s'(magnet:\\?.+?)';"
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue