Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 852 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 852 Bytes

node-ytdl-core-live

I just placed node-youtube-dl binaries and made them available

I needed this so my rikud could easy download youtube songs into the player

The code

There's not much of a code really, only getting URL as parameter and sending it to the node-youtube-dl engine, which will pipe the file content to the response stream.

Using it

index.js get a parameter of URL, which should be a youtube URL. if no URL was provided, a simple html page will load. If non-youtube URL is provided, I will not be held responsible.

Please don't misuse this tool.

##Acknowledgements

This piece of code is under "The MIT License", meaning you can do whatever you want with it. it's free, as all intellectual property should be. Enjoy.