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.
Convert output to hexadecimal stream instead of writing to file #23406
Comments
|
|
|
How would I do this programmatically? |
Checklist
Question
I'm wanting to include youtube-dl in a server project where a video is downloaded and instead of being written to the filesystem, it is instead converted to hexadecimal and piped through stdout. However, the
downloadfunction of the library doesn't seem to respect this. Also I'm finding it difficult to find documentation on using the library programatically as it is primarily a CLI application. Node, I will only be dealing with mp3 formats.