mafintosh/peerflix

[feature] Read link from stdin

Open

#172 opened on Feb 2, 2015

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

Repository metrics

Stars
 (6,130 stars)
PR merge metrics
 (No merged PRs in 30d)

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