This is a YouTube Video Downloader Tool built using Python. It can download any YouTube Video using the given video URL.
Detailed Description:
This is a YouTube Video Downloader Tool built using Python. It can download any YouTube Video using the given video URL.
It is a very helpful Tool to download any YouTube Video without using any third-party application.
I have used the Python module 'pytube' and 'YouTube' library for downloading any video from YouTube. I have also used 'ipython' module to display the corresponding YouTube video clip and 'webbrowser' module to play the video.
Technologies:
Language: Python
Module: pytube, ipython, webbrowser
Libraries: YouTube, YouTubeVideo
Platform: Jupyter Notebook (Python Anaconda distribution)
Installation of Modules:
Open Terminal
To install the modules (pytube, ipython) type the following commands:-
pip install pytube
pip install ipython
How to Use:
Install Anaconda and Jupyter Notebook
1. Go to the Project Folder where the corresponding python file is saved.
2. Right Click > Open in Terminal > Enter in Terminal : jupyter notebook
The Jupyter Notebook will be opened
Go to the Jupyter Source File (YtDownloader.ipynb)
3. Enter any YouTube Video URL
4. The relevant Information of the given YouTube Video Will be displayed and
the corresponding video will be also downloaded in the path given.
Output:
Submitted by Debajyoti Talukder (Debajyoti2001)
Download packets of source code on Coders Packet
Comments