Skip to content

This Python script is a simple YouTube video downloader powered by the yt-dlp library. It allows users to easily download YouTube videos by providing the video URL. The script provides customization options for the output path and allows users to mp4 file format.

Notifications You must be signed in to change notification settings

ZenAyush/YT-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

YouTube Video Downloader

This script is a simple YouTube video downloader using the yt-dlp library. It allows you to download YouTube videos with custom output options.

Prerequisites

  • Python 3.x
  • yt-dlp library (install using pip install yt-dlp)
  • subprocess

Customization

You can customize the output path by modifying the output_path variable in the script. The script is set to download videos in mp4 or m4a format. You can customize the format by modifying the command variable in the download_video function.

Usage

  1. Clone the repository:

    git clone https://github.com/ZenAyush/YT-Downloader

About

This Python script is a simple YouTube video downloader powered by the yt-dlp library. It allows users to easily download YouTube videos by providing the video URL. The script provides customization options for the output path and allows users to mp4 file format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages