This is a python script to download videos from YouTube. Version- 1.0
This project is based on pytube module. You can get details about it from here.
- Latest version of pytube. pip install pytube OR
- Pytube module files are included in this. You can use them too. If pytube is not installed then uncomment then line number 2 and 3.
- install typing_extension module. pip install typing_extensions
- Download the project and unzip it.
- Change the video storage location if you want.
- Run the download.py file