Modified yt-dlp alias for premium music downloads

This commit is contained in:
Nikurasu 2023-01-26 18:10:37 +01:00
parent bb89fe5416
commit 3b994adf6d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# yt-dlp
alias ytm-album="yt-dlp -x --audio-format opus -f 251 -o \"%(playlist_index)s_%(artist)s_%(title)s.%(ext)s\""
alias ytm-album="yt-dlp -x --audio-format m4a -f 141 -o \"%(playlist_index)s_%(artist)s_%(title)s.%(ext)s\""
# copy public ip
alias cpip="curl ifconfig.me | pbcopy"