1
0
Fork 0
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:
ilike2burnthing 2020-12-07 14:11:23 +00:00 committed by GitHub
parent cd71d716fe
commit 75e9931a5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: