Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How do I make youtube-dl use standard output (Do not close instantly !!!!) #21893
Comments
|
it's a dash not an undersore, |
|
That will output an error |
|
which means that you can't extract audio and at the same time send it to standard output. |
Checklist
Question
How can I use standard output to pipe output to another programs input. Like so:
$ youtube-dl -x --audio-format wav -o _ https://www.youtube.com/watch?v=n8X9_MgEdCg | sudo ./fm_transmitter -f 88.4 _, with error codeError: Cannot open _, file does not existHow can I pipe youtube-dl output into ./fm_transmitter input?