From 75e9931a5a9588ecfff9debc4b9ba99416bd6bbe Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 7 Dec 2020 14:11:23 +0000 Subject: [PATCH] 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. --- src/Jackett.Common/Definitions/extratorrent-it.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Jackett.Common/Definitions/extratorrent-it.yml b/src/Jackett.Common/Definitions/extratorrent-it.yml index d866d76f9..fd2f9d355 100644 --- a/src/Jackett.Common/Definitions/extratorrent-it.yml +++ b/src/Jackett.Common/Definitions/extratorrent-it.yml @@ -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: