Skip to content

yt-dlp Video/Audio Downloader This Python script allows you to download videos or audio from YouTube using yt_dlp. Prerequisites Python 3.x installed on your machine. yt_dlp installed. You can install it using pip.

Notifications You must be signed in to change notification settings

Mr-FANNAH/yt-dlp_Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

yt-dlp Video/Audio Downloader This Python script allows you to download videos or audio from YouTube using yt_dlp.

Prerequisites Python 3.x installed on your machine. yt_dlp installed. You can install it using pip.

#Installation Install Required Packages Install yt_dlp using pip: pip install yt-dlp

(Optional) Install FFmpeg For audio extraction, yt_dlp uses FFmpeg. You can download and install FFmpeg from FFmpeg.org. Usage To download a video or audio file, follow these steps: Open a Command Prompt or Terminal Navigate to the Script Directory cd path/to/yt-dlp-downloader Run the Script python video_audio.py

Provide the Video URL and Download Type The script will prompt you to enter the video URL and the type of download (video or audio). Veuillez entrer l'URL de la vidéo: Voulez-vous télécharger la vidéo ou l'audio? (video/audio): <Enter 'video' or 'audio'>

Example Here's an example of how to use the script: Enter the URL of the video you want to download: Veuillez entrer l'URL de la vidéo: https://www.youtube.com/watch?v=dQw4w9WgXcQ Choose the download type (video or audio):==> Voulez-vous télécharger la vidéo ou l'audio? (video/audio): video

he video will start downloading, and you'll see messages indicating the download progress. Once the download is complete, the file will be saved in the current directory.

About

yt-dlp Video/Audio Downloader This Python script allows you to download videos or audio from YouTube using yt_dlp. Prerequisites Python 3.x installed on your machine. yt_dlp installed. You can install it using pip.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages