Skip to content

nikita9604/Youtube-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Video/Audio Downloader

In this, we designed an Application to directly download Youtube Video (to .mp4) and Audio (to .mp3) using their youtube url.

Prerequisites & Installation

  1. Tkinter (Python interface to the Tk GUI toolkit)

    pip install python-tk OR pip install python3-tk

  2. Youtube-dl (Open-source download manager)

    pip install youtube_dl

  3. ffmpeg, ffprobe & ffplay (Handling video/audio) - Download here

Application

  • 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.

Steps of Code Execution:

  1. Clone / Download this repository
  2. Open Command Window / Terminal on your system
  3. Trace to the respective location where the file is saved
  4. Run this python file to execute the application

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages