dots

git clone git://mattcarlson.org/repos/dots.git
Log | Files | Refs

commit 13e6a29ec0ee0d7e872ccee35432be8ef8279f39
parent 4003ef707fc85757b50a1bb4dcb59d26a39cea89
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Fri,  3 Dec 2021 00:20:31 -0500

added note that youtube-dl now a symlink to yt-dlp

Diffstat:
M.config/sh/aliasrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.config/sh/aliasrc b/.config/sh/aliasrc @@ -86,6 +86,11 @@ alias dots='/usr/bin/git --git-dir=${HOME}/.dots/ --work-tree=${HOME}' alias ${MAIL_CLIENT}='"${HOME}/.local/bin/bar/mail.sh" -o' # youtube +# NOTE: since 03 december 2021, youtube-dl should be a symlink to yt-dlp +# youtube-dl seems to be dead (last commit 01 july 2021) and there are unresolved issues (e.g., bandwidth throttling) +# yt-dlp is a fork of youtube-dl and seems to be a perfect stand-in for most use cases +# all programs that rely on youtube-dl should work +# https://github.com/yt-dlp/yt-dlp alias \ yt='youtube-dl -i -o "${DOWNLOADS_DIR}/%(uploader)s/%(title)s.%(ext)s" --add-metadata' \ yta='yt -f bestaudio/best -x' \