]> gitweb.michael.orlitzky.com - shell.d.git/commitdiff
aliases.sh: update youtube-dl -> yt-dlp
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Feb 2026 03:00:49 +0000 (22:00 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Feb 2026 03:00:49 +0000 (22:00 -0500)
Harmless (there's a compatibility wrapper), but might as well do it.

aliases.sh

index 76962bd5ea6ebb90d61bbbeb20cb55f28ecad502..a35d230ef387093c724de9089d423f39513d0761 100644 (file)
@@ -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'