mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +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
|
attribute: href
|
||||||
optional: true
|
optional: true
|
||||||
magnet:
|
magnet:
|
||||||
selector: a[href^="magnet:?xt="]
|
selector: a[onclick*="magnet:?xt="]
|
||||||
attribute: href
|
attribute: onclick
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["hitsTracker();location.href = '", ""]
|
||||||
|
- name: replace
|
||||||
|
args: ["'; ", ""]
|
||||||
poster:
|
poster:
|
||||||
selector: a.img-thumbnail img
|
selector: a.img-thumbnail img
|
||||||
attribute: src
|
attribute: src
|
||||||
|
|
Loading…
Reference in a new issue