1
0
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:
TOWUK 2019-09-11 22:02:02 +03:00 committed by GitHub
parent bd10b229c0
commit 743c388b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
start-win64_mp3.cmd Normal file
View 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