Skip to content
/ ZenLoad Public

Download playlists or channels from YouTube including metadata and thumbnails.

License

Notifications You must be signed in to change notification settings

risbun/ZenLoad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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