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:
ilike2burnthing
2020-12-07 14:11:23 +00:00
committed by GitHub
parent cd71d716fe
commit 75e9931a5a

View File

@@ -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: