mirror of
https://github.com/veggiedefender/torrent-client.git
synced 2025-11-06 09:29:16 +02:00
70713e028d9872323e6f873a74f2b8abc138328b
The download loop might finish and kill the worker goroutine before it's done sending HAVE messages. Switching the order of these two lines trivially fixes the issue (but it's still brittle)
torrent-client
Torrent downloader written in Go
Install
go get github.com/veggiedefender/torrent-client
Usage
Try downloading Debian!
torrent-client debian-10.2.0-amd64-netinst.iso.torrent debian.iso
Limitations
- Only supports
.torrentfiles (no magnet links) - Only supports HTTP trackers
- Does not support multi-file torrents
- Strictly leeches (does not support uploading pieces)
Description
Languages
Go
100%