X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Readme.md

YouTube Video Downloader with yt-dlp Integration

Project Overview

This project is a command-line based YouTube Video Downloader that integrates with yt-dlp to allow users to download videos from YouTube. It enables downloading in various formats and resolutions, giving users flexibility in managing their video downloads.

Features

  • Download YouTube Videos: Download videos in various resolutions (360p, 720p, 1080p, etc.).
  • Audio Extraction: Extract and download only the audio from a YouTube video.
  • Multiple Formats: Support for multiple video formats like MP4, WebM, and audio formats like MP3, M4A.
  • Batch Downloading: Download multiple videos at once by providing a list of URLs.
  • Simple Command-Line Interface: Easy-to-use command-line input for seamless user experience.

Technologies Used

  • Python: The core programming language.
  • yt-dlp: The powerful Python package used for downloading videos and audio from YouTube and other platforms.

Installation

To get started with this project, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/yourusername/YouTube-Video-Downloader.git
X Tutup