diff --git a/start-win64_mp3.cmd b/start-win64_mp3.cmd new file mode 100644 index 000000000..0cd82cdf4 --- /dev/null +++ b/start-win64_mp3.cmd @@ -0,0 +1,5 @@ +@echo off +title Youtube-DL 2019.09.12 (music format) +set /p url=URL video: +youtube-dl.exe -x --audio-format mp3 %url% +pause