In this project I build version 1.0 of my Youtube Downloader as CLI base App. I used concept of Multithreading for Fast Downloading... You can use this version to download
- Single Video
- Playlist
- Complete Channel
You have to download pytube to run this project.
You can run this command in Ternmainal.
pip install pytube
After installing the Pytube you can simply run the main.py
file.
You have to provide these three parameters
- Selected Option (1 to download single video and so on).
- The Path (Where you want your file to download)
- The Link (Link of video/playlist/channel e.g
https://www.youtube.com/watch?v=j45OesyjgD0
)