Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 343 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 343 Bytes

YouTube Downloader

A simple script to download YouTube videos or audio using pytube.

Requirements

  • Python 3.x
  • Install pytube:
    pip install pytube

Usage

  1. Run:
    python script.py
  2. Enter the YouTube URL.
  3. Choose v for video or a for audio.
  4. File downloads to the current directory.