Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 971 Bytes

File metadata and controls

28 lines (19 loc) · 971 Bytes

Youtube Downloader written in typescript with Electron

Clone and run for a quick way to see in action.

This is a simple typescript Electron application to download videos from Youtube with a simple UI. It uses node-ytdl-core to obtain video info and download it! Support for 360 and 3D videos!

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/dj-fiorex/Youtube-Downloader-Typescript.git
# Go into the repository
cd youtube-downloader-typescript
# Install dependencies
npm install
# Run the app
npm start

Pull Request are welcome!

This is my first public repository on GitHub so feel free to open Issues and Pull request!

License

CC0 1.0 (Public Domain)