mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-01-24 18:18:12 +01:00
Improved yt-dlp aliases when downloading audio.
This commit is contained in:
parent
943f883ea4
commit
b3921a51ea
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue