mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
extratorrent-it: fix some magnet links
Some magnets are using ; instead of & between trackers, e.g.: ...&dn=title&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce;tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce;tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce;tr=... This results in them being added to the torrent client as a single, long, broken tracker.
This commit is contained in:
parent
cd71d716fe
commit
75e9931a5a
1 changed files with 3 additions and 0 deletions
|
@ -956,6 +956,9 @@ search:
|
|||
download:
|
||||
selector: td a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: replace
|
||||
args: [";", "&"]
|
||||
date:
|
||||
selector: td:nth-last-of-type(5)
|
||||
filters:
|
||||
|
|
Loading…
Reference in a new issue