mirror of https://gitlab.com/dabruh/dotfiles.git
Improved yt-dlp aliases when downloading audio.
This commit is contained in:
parent
943f883ea4
commit
b3921a51ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue