From bc91c6416d247cdda0444eb264d75ed62db01744 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 16 Jul 2023 02:54:22 +0200 Subject: [PATCH] alias: yt-dl swapped for yt-dlp --- .config/aliasrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/aliasrc b/.config/aliasrc index 0bc4dd9..6bb016f 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -131,7 +131,7 @@ alias wget="wget --hsts-file=$XDG_CACHE_HOME/wget-hsts" alias yay="yay --sudoloop --noredownload --norebuild" # youtube-dl -alias yta="youtube-dl -f 'bestaudio[ext=m4a]'" -alias ytv="youtube-dl -f 'bestvide[ext=mp4]+bestaudio[ext=m4a]'" -alias yta2c="youtube-dl --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestaudio/best'" -alias ytv2c="youtube-dl --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestvideo[height>=720]+bestaudio/best'" +alias yta="yt-dlp -f 'bestaudio[ext=m4a]'" +alias ytv="yt-dlp -f 'bestvide[ext=mp4]+bestaudio[ext=m4a]'" +alias yta2c="yt-dlp --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestaudio/best'" +alias ytv2c="yt-dlp --external-downloader aria2c --external-downloader-args '-j 16 -x 16 -s 16 -k 2M' -f 'bestvideo[height>=720]+bestaudio/best'"