YouTube-Downloader
A script that downloads YouTube videos/audio from youtube.
Usage
Download the script by executing the following in your terminal :
git clone https://github.com/TheSillyCoder/YouTube-Downloader.git
The usage is pretty simple. Download the requirements first by going to your terminal and typing :
pip install -r requirements.txt
Then just run the code. The rest of it is pretty straiight forward. It's a menu driven script.
python youtube_downloader.py
Working
This script uses the Pytube module. It downloads the audio and video separately and then merges them together with the moviepy module.