max-mapper / torrent

download torrents with node from the CLI
https://www.npmjs.org/package/torrent
633 stars 78 forks source link

Added support for exiting when download is completed (leeching mode) #51

Closed acalatrava closed 8 years ago

acalatrava commented 8 years ago

New parameter -f will safe exit after download is finished. This is also called leeching and you should not do this! It’s against the rules of bittorrent but sometimes could be useful.

This will close issues #47 and it will fix pull request #49