A Simple Youtube Downloader developed using Pytube (Python Library) to download Youtube Videos 🎥
Youtube Downloader is a Python Application that can be used to download Youtube Videos. Youtube Downloader is developed using Pytube and Tkinter.
- Drop a ⭐ on the Github Repository.
- Clone the Repo by going to your local Git Client and pushing in the command:
git clone https://github.com/swapnilsparsh/YoutubeDownloader.git
- Install the Packages:
pip install --upgrade pytube
pip install requests
If you are facing issue in downloading Music Videos/Audios files then:
Go to your Pytube folder and open extract.py file and go to 301 Line (or something near this line)
change the "cipher" -> "signatureCipher"
- At last, push in the command:
python main.py