From 1bbabf2638038ee3bbe953442fc4e45ca8e35b5f Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 20 Apr 2017 06:16:44 +0200 Subject: zsh: make play() work for when 'bestaudio' fails --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 7952b35..cbf0fa6 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit v1.2.3-70-g09d2