btdb: btdb: fix magnet selector

reverts eddc84e22f
This commit is contained in:
ilike2burnthing
2021-01-28 06:00:46 +00:00
committed by GitHub
parent 3e257205c6
commit 06945698c6

View File

@@ -88,13 +88,8 @@ search:
attribute: href attribute: href
optional: true optional: true
magnet: magnet:
selector: a[onclick*="magnet:?xt="] selector: a[href^="magnet:?xt="]
attribute: onclick attribute: href
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