Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 547 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 547 Bytes

Installation instructions

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.

Linux

  • git clone https://github.com/dudasaus/video-audio-downloader.git
  • cd video-audio-downloader/
  • make install
  • make or node main.js to run

Windows/OSX