Skip to content

Electron app with React & Python to download YouTube videos

Notifications You must be signed in to change notification settings

Bakon/electron-youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Downloader

A simple app for downloading youtube videos, for my dad because he old skool.

Tools used in this project

Python
TypeScript
React
Electron
Sass
Webpack
ESLint
Prettier
Youtube-dl

Available Scripts

In the project directory, you can run:

yarn dev

Webpack will start in development mode and it'll watches for changes on the source files.

yarn build:mac

Uses Electron-builder to build the current project, for MacOS.

yarn build:win

Uses Electron-builder to build the current project, for Windows.