1
0
mirror of https://github.com/veggiedefender/torrent-client.git synced 2025-11-06 09:29:16 +02:00
Files
torrent-client/README.md

23 lines
495 B
Markdown
Raw Normal View History

2019-12-29 20:08:03 -05:00
# torrent-client
Torrent downloader written in Go
## Install
```sh
go get github.com/veggiedefender/torrent-client
```
## Usage
Try downloading [Debian](https://cdimage.debian.org/debian-cd/current/amd64/bt-cd/#indexlist)!
```sh
torrent-client debian-10.2.0-amd64-netinst.iso.torrent debian.iso
```
## Limitations
* Only supports `.torrent` files (no magnet links)
2019-12-30 10:56:35 -05:00
* Only supports HTTP trackers
2019-12-29 20:08:03 -05:00
* Does not support multi-file torrents
2019-12-29 20:54:51 -05:00
* Strictly leeches (does not support uploading pieces)