mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-02 05:55:35 +08:00
start mp3 download from url
This commit is contained in:
parent
bd10b229c0
commit
743c388b54
5
start-win64_mp3.cmd
Normal file
5
start-win64_mp3.cmd
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user