diff options
author | Tharre <tharre3@gmail.com> | 2017-04-20 06:16:44 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-04-20 06:16:44 +0200 |
commit | 1bbabf2638038ee3bbe953442fc4e45ca8e35b5f (patch) | |
tree | 40521f1c940fcdce43fe5b847d760f2cedfa4d89 /.zshrc | |
parent | ed1fb97ff3e658c17b071a96a81f298bad91069a (diff) | |
download | dotfiles-1bbabf2638038ee3bbe953442fc4e45ca8e35b5f.tar.gz dotfiles-1bbabf2638038ee3bbe953442fc4e45ca8e35b5f.tar.xz dotfiles-1bbabf2638038ee3bbe953442fc4e45ca8e35b5f.zip |
zsh: make play() work for when 'bestaudio' fails
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -117,8 +117,8 @@ function play { mpv $(youtube-dl --default-search=ytsearch: \ --max-downloads 1 \ --youtube-skip-dash-manifest \ - --format="bestaudio" \ - -g "$*") + --format="bestaudio/best" \ + -g "$*") --no-video } # update |