mirror of https://github.com/Jackett/Jackett
torrentbomb: switched from magnet.php -> magnetgo.php resolves #9204
This commit is contained in:
parent
39a7618fa5
commit
8345446e83
|
@ -44,13 +44,13 @@ caps:
|
||||||
settings: []
|
settings: []
|
||||||
|
|
||||||
download:
|
download:
|
||||||
# https://lngui.xyz/magnet.php?magnet:?xt=urn:btih:6c0649e8b299a5a7d61d7fc15bd099e37e5ed2fe
|
# https://lngui.xyz/magnetgo.php?magnet:?xt=urn:btih:6d9551ec2c62c4ae8eef6709adc6be9b3fd7a709
|
||||||
selector: a[href*="magnet:?xt="]
|
selector: a[href*="magnet:?xt="]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
# strip the leading magnet provider site
|
# strip the leading magnet provider site
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["^(.+?\\/magnet.php\\?)(.+?)$", "$2"]
|
args: ["^(.+?\\/magnetgo.php\\?)(.+?)$", "$2"]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue