max-mapper / torrent

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

accept torrent file from stdin #31

Closed LinusU closed 9 years ago

LinusU commented 9 years ago

This accepts a torrent-file from stdin downloading or seeding. Before, this was already possible with the info and ls command, this extends this support to cover all operations.

The dependency on parse-torrent has been bumped to a version that actually throws errors. It was previously wrapped in a try catch even though it returned null instead of throwing an error.

LinusU commented 9 years ago

@maxogden friendly nudge :)

max-mapper commented 9 years ago

@LinusU thanks for the nudge! got lost in my inbox sorry

max-mapper commented 9 years ago

released as 1.7.0 and added you as a collaborator (http://openopensource.org/ style)

LinusU commented 9 years ago

Thank you, I know how easy it is to miss this stuff :)