GISTS/windows/video scripts/youtube-dl-update.bat
2024-06-12 19:44:14 +02:00

5 lignes
90 o
Batchfile

@echo off
set binpath=%~dp0
echo $^>yt-dlp --update
"%binpath%\yt-dlp.exe" --update
pause