mirror of
https://gitlab.com/dabruh/dotfiles.git
synced 2025-12-09 11:46:24 +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" \
|
bc="bc -ql" \
|
||||||
mkd="mkdir -pv" \
|
mkd="mkdir -pv" \
|
||||||
yt="yt-dlp --embed-metadata -i" \
|
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"
|
ffmpeg="ffmpeg -hide_banner"
|
||||||
|
|
||||||
# Kubernetes things
|
# Kubernetes things
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue