mirror of
https://github.com/Jackett/Jackett
synced 2024-12-29 19:27:22 +00:00
btdb: fix magnet selector
This commit is contained in:
parent
d36325b990
commit
eddc84e22f
1 changed files with 7 additions and 2 deletions
|
@ -87,8 +87,13 @@ search:
|
|||
attribute: href
|
||||
optional: true
|
||||
magnet:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
selector: a[onclick*="magnet:?xt="]
|
||||
attribute: onclick
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["hitsTracker();location.href = '", ""]
|
||||
- name: replace
|
||||
args: ["'; ", ""]
|
||||
poster:
|
||||
selector: a.img-thumbnail img
|
||||
attribute: src
|
||||
|
|
Loading…
Reference in a new issue