elvish_config/aliases/youtube_audio.elv

3 lines
130 B
Plaintext
Raw Normal View History

2020-03-13 14:03:36 +00:00
#alias:new youtube_audio youtube-dl -x --audio-format best
fn youtube_audio [@_args]{ youtube-dl -x --audio-format best $@_args }