A python script based on python pytube library to download videos from youtube
pip install pytube
-
Clone the repository:
$ https://github.com/pockemon/Youtube-Video-Downloader
-
cd into directory into your command prompt:
$ cd Youtube-Video-Downloader
-
Run the downloader.py file:
$ python downloader.py
-
If you want to download the playlist then run the playlist_downloader.py:
$ python playlist_downloader.py
Note: You can change url in the downloader.py file to the url of the video you want to download.
After running python downloader.py command your video will be downloaded in the same directory in a few minutes.