mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 03:08:50 +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:
|
details:
|
||||||
selector: a[href*="/showprofile/"]
|
selector: a[href*="/showprofile/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
infohash:
|
||||||
selector: a[href*="/download/"]
|
selector: a[href*="/showprofile/"]
|
||||||
attribute: href
|
|
||||||
magnet:
|
|
||||||
selector: a[href^="magnet:?xt="]
|
|
||||||
attribute: href
|
attribute: href
|
||||||
|
filters:
|
||||||
|
- name: regexp
|
||||||
|
args: ([A-F|a-f|0-9]{40})
|
||||||
date:
|
date:
|
||||||
selector: font[color="Black"]
|
selector: font[color="Black"]
|
||||||
filters:
|
filters:
|
||||||
|
|
Loading…
Add table
Reference in a new issue