Skip to content

ryuken73/electron-youtube-downloader

Repository files navigation

Simple Youtube Downloader

Can download prebuilt binary from release

This is a Simple Youtube downloader written in electron (can download mp3(audio) and mp4(video))

This application deeply depends on ytdl-core.

Use below modules

  • UIKit - UI framework
  • ytdl-core - youtube download core module
  • d3.js - jquery alternate (not data driven ^^;)

To Use

  1. Install
# Clone this repository
git clone https://github.com/ryuken73/electron-youtube-downloader.git
# Install dependencies
npm install
# Run the app
npm start
  1. Wait for initial webview loading Alt Text

  2. Search video or audio Alt Text

  3. Add media you wand download

  • [mp3] for audio only
  • [mp4] for video Alt Text
  1. Click Download Alt Text

License

CC0 1.0 (Public Domain)