Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 785 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 785 Bytes

YouTubeVDownloader

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.

Installation and usage

  • First of all you would have to install the dependencies for that just do: sudo apt-get install youtube-dl or sudo pip install youtube-dl then do sudo 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 command sudo python gooey.py.
  • The video will be downloaded to the Videos folder.