From 227e5f1f91dbba0a28791d3c0ac4a1035f625f5c Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 24 Feb 2020 08:46:03 +0000 Subject: [PATCH] Added command for downloading audio from youtube. --- arch-config/Commands | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch-config/Commands b/arch-config/Commands index da67e339..fdaec666 100644 --- a/arch-config/Commands +++ b/arch-config/Commands @@ -5,4 +5,7 @@ ffmpeg-normalize *.opus -v -pr -c:a libvorbis -ext ogg ffmpeg-normalize *.mp3 -v -pr -c:a flac -ext flac #extract images from video -ffmpeg -i file.mpg -r 1/1 $filename%03d.jpg \ No newline at end of file +ffmpeg -i file.mpg -r 1/1 $filename%03d.jpg + +#found in .bashrc +yta-best="youtube-dl --extract-audio --audio-format best " \ No newline at end of file