Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 651 Bytes

File metadata and controls

35 lines (27 loc) · 651 Bytes

YouTube Video Downloader

Overview

A Streamlit application for downloading YouTube videos with flexible stream selection.

Features

  • Download YouTube videos with custom stream selection
  • View video metadata and thumbnail
  • Supports various video and audio qualities

Installation

  1. Clone the repository

  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    streamlit run app.py

Requirements

  • Python 3.8+
  • Streamlit
  • PyTube
  • MoviePy

Usage

  1. Enter a YouTube video URL
  2. Select download directory
  3. Choose desired video stream
  4. Click "Download Video"