Batch scripts for downloading videos and audio from YouTube using yt-dlp.
This repository contains batch scripts designed for downloading video and audio from YouTube using yt-dlp
. The scripts are created for free use and modification by anyone, without any restrictions.
-
YouTube Video Downloader (
yt-video-downloader.bat
): This script downloads YouTube videos in high quality (video + audio). It allows the user to input a custom filename and provides an easy prompt to enter the video URL. -
YouTube Audio Downloader (
yt-audio-downloader.bat
): This script extracts high-quality audio from YouTube videos in MP3 format. It also allows the user to input a custom filename and provides a prompt to enter the video URL.
-
Clone or Download the Repository: Clone or download this repository to your computer using the following command:
git clone https://github.com/kokolino75/youtube-downloader-yt-dlp-scripts.git
-
Edit the Batch Files (Optional): The output paths used in the scripts (e.g.,
G:\YOTUBE DOUNLOAD MOI
) are only examples. You can change them to any location that suits you. To do this:- Open the
.bat
file using a text editor like Notepad. - Modify the path after the
-o
option to specify where you want the downloaded files to be saved.
- Open the
-
Run the Scripts: Run the desired
.bat
file by double-clicking on it. The script will:- Prompt you to enter a custom filename (default is provided).
- Prompt you to paste the YouTube video or audio URL.
- Download the content to the specified folder.
The scripts use a color scheme to enhance the user experience:
- Prompts are displayed in different colors to stand out against the black background.
- Success messages are displayed in blue.
- Error messages are displayed in red.
If you prefer different colors, you can modify the color codes in the batch files as desired. The color codes are set using the color
command in the batch scripts.
- Video Downloader Script: Downloads video content along with the audio in the best available quality.
- Audio Downloader Script: Downloads only the audio track from a YouTube video, converting it to MP3 format with the highest quality setting (
--audio-quality 0
).
- Output Path: You can change the output path in the script by editing the
-o
parameter to specify a different folder. - Default Filename: The default filename can also be changed in the script by modifying the variable that prompts the user.
- yt-dlp Documentation: For more detailed information about
yt-dlp
and its capabilities, please visit the official documentation: yt-dlp Documentation on GitHub
- The only credit for these scripts is my nickname, kokolino75, placed under the title in the script, simply to acknowledge the effort put into creating these batch files.
- The output paths are only examples and are intended for modification as per the user's needs.
These scripts are provided "as is," without any warranty. Users are encouraged to use them responsibly and at their own discretion.
/////////////////////////////////////////////////////////////////////////
Това хранилище съдържа batch скриптове, предназначени за изтегляне на видео и аудио от YouTube с помощта на yt-dlp
. Скриптовете са създадени за свободно ползване и модифициране от всеки, без ограничения.
-
YouTube Video Downloader (
yt-video-downloader.bat
): Този скрипт изтегля YouTube видеоклипове с високо качество (видео + аудио). Позволява на потребителя да въведе персонализирано име на файл и предоставя лесна подкана за въвеждане на URL на видеото. -
YouTube Audio Downloader (
yt-audio-downloader.bat
): Този скрипт извлича висококачествено аудио от YouTube видеоклипове в MP3 формат. Също така позволява на потребителя да въведе персонализирано име на файл и предоставя подкана за въвеждане на URL на видеото.
- Клонирайте или изтеглете това хранилище на вашия компютър.
- Редактирайте batch файловете, ако е необходимо. Пътеките за изхода, които са използвани (напр.
G:\YOTUBE DOUNLOAD MOI
), са само примерни. Можете да ги промените на всяко местоположение, което ви подхожда. - Стартирайте необходимия
.bat
файл, като щракнете два пъти върху него. Следвайте подканите за въвеждане на необходимите данни, като име на файл и URL на видео/аудио.
Скриптовете използват цветова схема, за да подобрят потребителското изживяване:
- Подканите се показват в различни цветове, за да се открояват на черния фон.
- Съобщенията за успешно завършване се показват в синьо.
- Съобщенията за грешка се показват в червено.
Ако предпочитате различни цветове, можете да промените цветовите кодове в batch файловете, както ви харесва.
- Единственият кредит за тези скриптове е моят никнейм, kokolino75, поставен под заглавието в скрипта, просто за да се признае усилието при създаването на тези batch файлове.
- Пътеките за изхода са само примерни и са предназначени за модификация според нуждите на потребителя.
Тези скриптове се предоставят "както са", без никаква гаранция. Потребителите се насърчават да ги използват отговорно и по своя собствена преценка.