Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow creating a .torrent file from a magnet link #255

Closed
casey opened this issue Mar 18, 2020 · 1 comment
Closed

Allow creating a .torrent file from a magnet link #255

casey opened this issue Mar 18, 2020 · 1 comment

Comments

@casey
Copy link
Owner

casey commented Mar 18, 2020

It should be possible to create a torrent file from a magnet link.

This will require connecting to the DHT and/or peers given in the link with &x.pe=PEER, downloading, and finally verifying the received info dictionary.

@casey casey added this to the eventually milestone Mar 18, 2020
@casey casey modified the milestone: eventually Apr 11, 2020
@atomgardner atomgardner mentioned this issue Sep 6, 2020
@ArtemGr
Copy link

ArtemGr commented Dec 7, 2022

Meanwhile, one can use aria2 to save the torrent

aria2c --check-integrity --bt-save-metadata=true 'magnet:…'

atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 28, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with no concurrency, and so will take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 28, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with no concurrency, and so will take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 28, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with no concurrency, and so will take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 28, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with no concurrency, and so will take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 28, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with no concurrency, and so will take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 28, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with no concurrency, and so will take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 31, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with minimal concurrency, and so may take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 31, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with minimal concurrency, and so may take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 31, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with minimal concurrency, and so may take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 31, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with minimal concurrency, and so may take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Jul 31, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with minimal concurrency, and so may take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Aug 1, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with minimal concurrency, and so may take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Aug 2, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with minimal concurrency, and so may take a while to
complete.

type: added
fixes: casey#255
atomgardner added a commit to atomgardner/intermodal that referenced this issue Aug 2, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with minimal concurrency, and so may take a while to
complete.

type: added
fixes: casey#255
casey pushed a commit that referenced this issue Aug 20, 2023
It is now possible to create a torrent file from a magnet link. The
search is performed with minimal concurrency, and so may take a while to
complete.

type: added
- #255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants