mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
anisource: magnet and download gone. use infohash
This commit is contained in:
parent
e596718c7a
commit
565c942d3b
1 changed files with 5 additions and 5 deletions
|
@ -52,12 +52,12 @@ search:
|
|||
details:
|
||||
selector: a[href*="/showprofile/"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href*="/download/"]
|
||||
attribute: href
|
||||
magnet:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
infohash:
|
||||
selector: a[href*="/showprofile/"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([A-F|a-f|0-9]{40})
|
||||
date:
|
||||
selector: font[color="Black"]
|
||||
filters:
|
||||
|
|
Loading…
Add table
Reference in a new issue