mirror of https://github.com/Jackett/Jackett
movietorrent: change hash selector. resolves #12672
to account for `magnet:/?xt=`
This commit is contained in:
parent
bffa21c951
commit
16400045ec
|
@ -58,7 +58,7 @@ settings: []
|
|||
download:
|
||||
infohash:
|
||||
hash:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
selector: a[href^="magnet:"]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: regexp
|
||||
|
|
Loading…
Reference in New Issue