mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
btdirectory: fix magnet selector. resolves #15770
This commit is contained in:
parent
5148f29fde
commit
b8f8c4e478
1 changed files with 5 additions and 2 deletions
|
@ -50,8 +50,11 @@ search:
|
|||
selector: a[href^="/hash/"]
|
||||
attribute: href
|
||||
infohash:
|
||||
selector: article.item
|
||||
attribute: data-key
|
||||
selector: a[href^="/hash/"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([A-F|a-f|0-9]{40})
|
||||
date:
|
||||
selector: p
|
||||
filters:
|
||||
|
|
Loading…
Add table
Reference in a new issue