Search notes:

Script: yt2mp3.bat

yt2mp3.bat is a wrapper around youtube-dl.exe which converts Youtube movies to mp3.
@rem
@rem  Use two parameters (percent1=percent2) because
@rem  the equal sign is treated as a seperator in cmd.exe.
@rem  Since youtube links always have an equal sign,
@rem  the original youtube link is constructed again.
@rem
youtube-dl --extract-audio --audio-format mp3 %1=%2
Github repository scripts-and-utilities, path: /yt2mp3.bat

See also

Almost the same thing in PowerShell: yt2mp3.ps1
Download youtube-dl.exe
Scripts

Index