There's no executable, so make sure you have Node.js installed. This as only been tested on Linux, but it should work on Windows and OSX.
git clone https://github.com/dudasaus/video-audio-downloader.git
cd video-audio-downloader/
make install
make
ornode main.js
to run
git clone https://github.com/dudasaus/video-audio-downloader.git
- Install https://libav.org/ or https://www.ffmpeg.org/
- In the video-audio-downloader directory,
make
ornode main.js
to run.