more deprecations

Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
This commit is contained in:
2024-01-15 22:47:27 +03:00
parent 146f6a32df
commit 7f4d328d77
7 changed files with 0 additions and 0 deletions

5
deprecated/ytdlp_wrapper.sh Executable file
View 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"