mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
mircrew: fix broken magnets. resolves #15034
This commit is contained in:
parent
a6c496ed96
commit
e94d5eb7dc
1 changed files with 4 additions and 1 deletions
|
@ -101,8 +101,11 @@ download:
|
|||
selector: ul.post-buttons li:nth-last-child(1) a
|
||||
attribute: href
|
||||
selectors:
|
||||
- selector: a[href^="magnet:?xt="]
|
||||
- selector: a[href*="magnet:?xt="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["\n", ""]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Reference in a new issue