From 743c388b543632e1012c310a6ad027557da82d39 Mon Sep 17 00:00:00 2001 From: TOWUK <28830162+towuk118@users.noreply.github.com> Date: Wed, 11 Sep 2019 22:02:02 +0300 Subject: [PATCH] start mp3 download from url --- start-win64_mp3.cmd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 start-win64_mp3.cmd 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