max-mapper / torrent

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

subcommands ls, info, seed do not support magnet links #54

Open hackergrrl opened 7 years ago

hackergrrl commented 7 years ago

According to torrent --help:

Commands:

torrent            <torrent>
torrent seed       <torrent>
torrent info       <torrent>
torrent ls         <torrent>
torrent create     <directory OR file> {-o outfile.torrent}

`<torrent>` above can be a magnet link, a path to .torrent file or `-` for STDIN

However, supplying a magnet link for seed, info, or ls produces errors.