Modified yt-dlp alias for premium music downloads
This commit is contained in:
parent
bb89fe5416
commit
3b994adf6d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue