Skip to content

Latest commit

 

History

History
53 lines (47 loc) · 1.51 KB

README.md

File metadata and controls

53 lines (47 loc) · 1.51 KB

ZenLoad

Size Downloads Version

Overview

Download playlists or channels from YouTube including metadata and thumbnails.
\

Features:

  • Download playlist or channel
  • Simple to use gui
  • MP4 or WebM file format
  • Choose specific videos or index
  • Save video metadata and thumbnails
  • Based on youtube-dl

Supported platforms:

  • Windows x86_64

Support for other platforms are planned but not yet done.

Download

If you just want to download the program you can do that here

Building

Clone the repo using git or download the source code as a zip.
Navigate to the correct directory and then run this command to install all dependencies

npm i

Download all external libraries

npm run libs

Finally build it

npm run dist

Or you can just test it out

npm start

Libraries used