diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index df62f20..c21b04f 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -15,8 +15,10 @@ alias \ cp="cp -iv" \ mv="mv -iv" \ rm="rm -vI" \ - yt='yt-dlp --embed-metadata -i' \ - yta='yt -x -f bestaudio/best' \ + yt="yt-dlp --embed-metadata -i -o '%(title)s.%(ext)s' --external-downloader=aria2c" \ + yta="yt -x -f bestaudio/best" \ + ytbdl="yt-dlp -f bestvideo+bestaudio -o '%(title)s.%(ext)s' --external-downloader=aria2c" \ + ytdl="yt-dlp -f best -o '%(title)s.%(ext)s' --external-downloader=aria2c" # Colorize commands when possible.