In this, we designed an Application to directly download Youtube Video (to .mp4) and Audio (to .mp3) using their youtube url.
-
Tkinter (Python interface to the Tk GUI toolkit)
pip install python-tk
ORpip install python3-tk
-
Youtube-dl (Open-source download manager)
pip install youtube_dl
-
ffmpeg, ffprobe & ffplay (Handling video/audio) - Download here
- Enter URL : Enter the youtube link
- Enter Path : Browse or Mention the complete path where you expect the downloaded video/audio to be saved in the local system.
- Clone / Download this repository
- Open Command Window / Terminal on your system
- Trace to the respective location where the file is saved
- Run this python file to execute the application