mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
torrentz2: add default trackers to magnet. resolves #4574
This commit is contained in:
parent
7dd8e247c8
commit
008b995df4
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
- name: prepend
|
||||
args: "magnet:?xt=urn:btih:"
|
||||
- name: append
|
||||
args: "&dn={{ .Result.magfile }}.torrent"
|
||||
args: "&dn={{ .Result.magfile }}.torrent&tr=udp://tracker.coppersurfer.tk:6969&tr=udp://tracker.leechers-paradise.org:6969&tr=udp://tracker.opentrackr.org:1337"
|
||||
category:
|
||||
optional: true
|
||||
selector: dt
|
||||
|
|
Loading…
Reference in a new issue