From: Michael Orlitzky Date: Wed, 25 Feb 2026 03:00:49 +0000 (-0500) Subject: aliases.sh: update youtube-dl -> yt-dlp X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=28eb40807c827533901c3aee62a1a36f223c16db;p=shell.d.git aliases.sh: update youtube-dl -> yt-dlp Harmless (there's a compatibility wrapper), but might as well do it. --- diff --git a/aliases.sh b/aliases.sh index 76962bd..a35d230 100644 --- a/aliases.sh +++ b/aliases.sh @@ -15,5 +15,4 @@ if [ "${TERM#eterm}" = "${TERM}" ]; then fi alias ls='ls -l --color=auto --human-readable --time-style=long-iso' -alias youtube-dl-mp3='youtube-dl --extract-audio --audio-format=mp3' - +alias yt-dlp-mp3='yt-dlp --extract-audio --audio-format=mp3'