Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esnunes/download-torrent
command line interface to download torrents
https://github.com/esnunes/download-torrent
Last synced: about 2 months ago
JSON representation
command line interface to download torrents
- Host: GitHub
- URL: https://github.com/esnunes/download-torrent
- Owner: esnunes
- License: mit
- Created: 2014-12-14T13:32:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-14T13:40:28.000Z (about 10 years ago)
- Last Synced: 2024-10-11T23:10:50.091Z (3 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# download-torrent
command line interface to download torrents based on ```magnet uri```.
## usage
```bash
Usage: download-torrent [options] [magnet uri]Options:
-h, --help output usage information
-V, --version output the version number
-q, --quiet Quiet mode
-i, --stdin Read magnet uri from stdin
-o, --stdout Output list of files after download, implies --quiet
-d, --output-dir [dir] Output directory [/Users/nunes/Developer/js/download-torrent]
-u, --disable-upload Disable upload
```### examples
1. download debian 7.7 net inst
```bash
download-torrent "magnet:?xt=urn:btih:e229d3ac324eadc2af60c97350cdb03ba5aae4ed&dn=debian-7.7.0-sparc-netinst.iso&tr=udp://bttracker.debian.org:6969&tr=http://bttracker.debian.org:6969/announce"
```