Is there anything like / which will allow to get json of youtube movie, get direct links to various format of videos, even with username and password, to private yt movies?
Is there anything like http://rg3.github.io/youtube-dl/ which will allow to get json of youtube movie, get direct links to various format of videos, even with username and password, to private yt movies?
Share asked Jan 6, 2015 at 10:19 user3762355user3762355 1771 silver badge13 bronze badges1 Answer
Reset to default 7I know this is an old question but if you're still interested check out the project called node-youtube-dl. It allows you to download videos directly from YouTube and many other video providers.
If you're more interested only in the YouTube platform, I suggest you checking out node-ytdl. It is a youtube downloader written in Javascript. To be used with the mand line. If you're looking to use it in your node program, check out, node-ytdl-core.
Links:
- https://github./fent/node-youtube-dl
- https://github./fent/node-ytdl
- https://github./fent/node-ytdl-core