Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.19 KB

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.

YoutubeDownloader

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


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