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 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
This is my first public repository on GitHub so feel free to open Issues and Pull request!