5
deprecated/ytdlp_wrapper.sh
Executable file
5
deprecated/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"
|
||||
Reference in New Issue
Block a user