-
Notifications
You must be signed in to change notification settings - Fork 25
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
Labels
Comments
Closed
Meanwhile, one can use aria2 to save the torrent
|
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
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.The text was updated successfully, but these errors were encountered: