>>748
yt-dlp.bat

@echo off
cd /d %~dp0
set OPTIONS= -o "C:\Downloads\%%(title)s.%%(ext)s"
set /p URL=URL:
yt-dlp.exe -F "%URL%"
set /p format_code=format code:
yt-dlp.exe %OPTIONS% -f %format_code% "%URL%"

これを基本に好きに変更して