yt aliases
This commit is contained in:
parent
73a26ed675
commit
1ae23d4412
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue