mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
mircrew: fix broken magnets. resolves #15034
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user