Skip to content

Batch scripts for downloading videos and audio from YouTube using yt-dlp.

Notifications You must be signed in to change notification settings

kokolino75/youtube-downloader-yt-dlp-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

youtube-downloader-yt-dlp-scripts

Batch scripts for downloading videos and audio from YouTube using yt-dlp.

YouTube Downloader yt-dlp Scripts by kokolino75

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.

Features

  1. 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.

  2. 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.

How to Use

  1. 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
    
  2. 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.
  3. 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.

Color Scheme

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.

Functions of the 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).

Editing Instructions

  • 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.

Additional Resources

  • yt-dlp Documentation: For more detailed information about yt-dlp and its capabilities, please visit the official documentation: yt-dlp Documentation on GitHub

Note

  • 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.

Disclaimer

These scripts are provided "as is," without any warranty. Users are encouraged to use them responsibly and at their own discretion.

/////////////////////////////////////////////////////////////////////////

YouTube Downloader yt-dlp Скриптове от kokolino75

Това хранилище съдържа batch скриптове, предназначени за изтегляне на видео и аудио от YouTube с помощта на yt-dlp. Скриптовете са създадени за свободно ползване и модифициране от всеки, без ограничения.

Характеристики

  1. YouTube Video Downloader (yt-video-downloader.bat): Този скрипт изтегля YouTube видеоклипове с високо качество (видео + аудио). Позволява на потребителя да въведе персонализирано име на файл и предоставя лесна подкана за въвеждане на URL на видеото.

  2. YouTube Audio Downloader (yt-audio-downloader.bat): Този скрипт извлича висококачествено аудио от YouTube видеоклипове в MP3 формат. Също така позволява на потребителя да въведе персонализирано име на файл и предоставя подкана за въвеждане на URL на видеото.

Как да използвате

  1. Клонирайте или изтеглете това хранилище на вашия компютър.
  2. Редактирайте batch файловете, ако е необходимо. Пътеките за изхода, които са използвани (напр. G:\YOTUBE DOUNLOAD MOI), са само примерни. Можете да ги промените на всяко местоположение, което ви подхожда.
  3. Стартирайте необходимия .bat файл, като щракнете два пъти върху него. Следвайте подканите за въвеждане на необходимите данни, като име на файл и URL на видео/аудио.

Цветова схема

Скриптовете използват цветова схема, за да подобрят потребителското изживяване:

  • Подканите се показват в различни цветове, за да се открояват на черния фон.
  • Съобщенията за успешно завършване се показват в синьо.
  • Съобщенията за грешка се показват в червено.

Ако предпочитате различни цветове, можете да промените цветовите кодове в batch файловете, както ви харесва.

Забележка

  • Единственият кредит за тези скриптове е моят никнейм, kokolino75, поставен под заглавието в скрипта, просто за да се признае усилието при създаването на тези batch файлове.
  • Пътеките за изхода са само примерни и са предназначени за модификация според нуждите на потребителя.

Отказ от отговорност

Тези скриптове се предоставят "както са", без никаква гаранция. Потребителите се насърчават да ги използват отговорно и по своя собствена преценка.

About

Batch scripts for downloading videos and audio from YouTube using yt-dlp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published