YouTubeVDownloader is a GUI based python script to download the youtube videos directly just by entering the url of the video. It uses the youtube-dl library to download the youtube videos.
- First of all you would have to install the dependencies for that just do:
sudo apt-get install youtube-dl
orsudo pip install youtube-dl
then dosudo apt-get install python-qt4
in the terminal to install the required dependencies. - After installing the dependencies, clone the repository.
- Now you are ready to go, just navigate to the script's directory and run the
gooey.py
using the commandsudo python gooey.py
. - The video will be downloaded to the
Videos
folder.