yt aliases

This commit is contained in:
krolyxon 2022-09-01 21:57:32 +05:30
parent 73a26ed675
commit 1ae23d4412
1 changed files with 4 additions and 2 deletions

View File

@ -15,8 +15,10 @@ alias \
cp="cp -iv" \ cp="cp -iv" \
mv="mv -iv" \ mv="mv -iv" \
rm="rm -vI" \ rm="rm -vI" \
yt='yt-dlp --embed-metadata -i' \ yt="yt-dlp --embed-metadata -i -o '%(title)s.%(ext)s' --external-downloader=aria2c" \
yta='yt -x -f bestaudio/best' \ 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. # Colorize commands when possible.