mafintosh/peerflix

[feature] Read link from stdin

Open

#172 opened on Feb 2, 2015

View on GitHub
 (6 comments) (0 reactions) (0 assignees)JavaScript (6,130 stars) (717 forks)batch import
help wanted

Description

e.g., this usage

echo "magnet://..." | peerflix -l

Motivation: I wrote lukedmor/magnet which retrieves a magnet link. Rather than simply piping the link into peerflix, I have to manually set all peerflix arguments from within my script.

Contributor guide