https://github.com/anthonygress/youtube-downloader
A simple cross platform desktop application that downloads video/audio from youtube (and instagram) videos. Works on Mac, Windows, and Linux! This app was built with Electron, Node/Typescript, and React
https://github.com/anthonygress/youtube-downloader
bash electron linux material-ui nodejs react windows youtube
Last synced: about 1 year ago
JSON representation
A simple cross platform desktop application that downloads video/audio from youtube (and instagram) videos. Works on Mac, Windows, and Linux! This app was built with Electron, Node/Typescript, and React
- Host: GitHub
- URL: https://github.com/anthonygress/youtube-downloader
- Owner: AnthonyGress
- License: mit
- Created: 2022-07-11T03:05:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T23:21:51.000Z (over 1 year ago)
- Last Synced: 2025-01-23T00:22:26.077Z (over 1 year ago)
- Topics: bash, electron, linux, material-ui, nodejs, react, windows, youtube
- Language: TypeScript
- Homepage:
- Size: 4.13 MB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube Downloader
A simple cross platform youtube downloader for Mac, Windows, and Linux computers. This app also can download instagram videos with audio with no watermark.

# Install
## Mac & Linux
Copy and paste this into the Terminal App
`/bin/bash -c "$(curl -sL https://raw.githubusercontent.com/AnthonyGress/youtube-dl/main/install.sh)"`
## Windows
Use the installer from the latest Release named `Youtube-Downloader-Setup-${VERSION}.exe`
[Click to Download](https://github.com/AnthonyGress/mac-the-ripper/releases/latest/)
## Usage
Simply input a youtube url and click a download button. For now, the files will always output to your downloads folder.
For CSV files, the file needs to look like this
`example.csv`
```
https://www.youtube.com/watch?v=Axd3LP1k6NI,
https://www.youtube.com/watch?v=ggrhOD24tFQ,
https://www.youtube.com/watch?v=-95EAvUfJos,
https://www.youtube.com/watch?v=P13hELgxJHw
```
> NOTE: **On Mac it seems, There must be a comma at the end of the last line or it will throw an error**
Built using Electron React Boilerplate