/YoutubeDownloader

Youtube video downloader in Python.

Primary LanguagePython

Youtube Downloader

I was trying to improve myself and I've decided to do an app that I can use it daily. I've found this idea from here but I used Python.

First, paste youtube link below download link label and give video a name.

1

Then, click "Download" button.

2

Open desktop and watch it!

3

Setup

Installation

git clone https://github.com/ozgecinko/YoutubeDownloader.git
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt
python YoutubeDownloader.py

References