diff options
-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 |