Improved yt-dlp aliases when downloading audio.

This commit is contained in:
dabruh 2022-05-29 22:51:16 +02:00
parent 943f883ea4
commit b3921a51ea
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ alias \
bc="bc -ql" \
mkd="mkdir -pv" \
yt="yt-dlp --embed-metadata -i" \
yta="yt -x -f bestaudio/best" \
yta="yt -x -f bestaudio/best -o '%(uploader)s - %(title)s.%(ext)s'" \
ytmp3="yta --audio-format mp3 --audio-quality 192K" \
ffmpeg="ffmpeg -hide_banner"
# Kubernetes things