Add ytdlp_wrapper.sh script for downloading audio
from YouTube Signed-off-by: Ferit Yiğit BALABAN <fybalaban@fybx.dev>
This commit is contained in:
parent
67f77ffaae
commit
2ce48fc6a7
5
ytdlp_wrapper.sh
Executable file
5
ytdlp_wrapper.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
mkdir -p "./$1"
|
||||
cd "./$1" || echo "Failed to change directory to $1" && exit 1
|
||||
yt-dlp -x --audio-format best --audio-quality 0 "$2"
|
Loading…
x
Reference in New Issue
Block a user