SergeTouvoli / Youtube-downloader

Download videos and audio from youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube-downloader

A Python program to download videos and audio from YouTube.

Getting Started

These instructions will help you download the program and start using it.

Prerequisites

You will need to have Python 3 installed on your computer. You will also need to install the following libraries:

  • Tkinter
  • PyTube
  • urllib You can install these libraries by running the following command in your terminal: pip install tk tkinter pytube urllib

Downloading the Program

Clone or download the repository from GitHub to your computer.

Running the Program

Open your terminal and navigate to the folder where the program is stored. Then run the following command: pyton main.py

Using the program

When you run the program, a window will open. Enter the URL of the YouTube video you want to download, choose the output folder, and click on either "Download Video" or "Download Audio".

The program will then download the first available MP4 video (for the video option) or audio-only stream (for the audio option) and save it in the output folder you specified. A success or error message will be displayed depending on the outcome of the download.

Built With

  • Python 3
  • Tkinter
  • PyTube
  • urrlib

About

Download videos and audio from youtube


Languages

Language:Python 100.0%