mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 15:39:28 +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
|
selector: ul.post-buttons li:nth-last-child(1) a
|
||||||
attribute: href
|
attribute: href
|
||||||
selectors:
|
selectors:
|
||||||
- selector: a[href^="magnet:?xt="]
|
- selector: a[href*="magnet:?xt="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["\n", ""]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue