Update 2023-11-04 10:58 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-11-04 10:58:13 +01:00
parent a8256e307f
commit cd7fa30038
5 changed files with 43 additions and 24 deletions

4
.kshrc
View File

@@ -584,6 +584,10 @@ ytdl_audio() {
yt-dlp $YTDL_OPTS --user-agent "$YTDL_AGENT" -f bestaudio --extract-audio --embed-thumbnail \
--add-metadata -o "%(title)s-%(id)s.%(ext)s" "$@";
}
xdl() {
mkdir -p "$HOME/x/$1/"
cd "$HOME/x/$1/" && ytdl "$2"
}
########################################################################
# KSH COMPLETIONS