Download Video & Audio Files from Youtube using Python.
Download Video & Audio Files from Youtube using Python.
It is a Simple YouTube Downloader which takes in input of the URL of the YouTube Video from the user and Downloads the same in your device.
NEW - CLI Integration also available!!
Demo:
All the output files according to sections are in /output
.
Install the dependencies from your terminal with -
pip install -r requirements.txt
Run the Downloader from your terminal with -
python YTDownloader.py
Run the following in your terminal -
pip install R07
python
>>>from R07 import YTDownloader
>>>YTDownloader()
OR
YTDownloader(<url-of-the-video>)
For more information refer to -
NOTE : The File will be downloaded to the current working directory.
Here the file got downloaded in 0.14s which takes around 3-4s using other third-party softwares.
To Do |
---|
1. Tkinter Build |
If you are the helping and contributing one, your efforts and suggestion are always welcomed.