BIN: YT: multi word search patterns

If you run yt with multiple arguments, they are concatinated as the
search string
Jonathan Hodgson 3 years ago
parent c15cf0124b
commit 1d675757ae
  1. 2
      bin/.bin/yt

@ -100,7 +100,7 @@ chooseQuality(){
}
main(){
local searchTerm="$1"
local searchTerm="$*"
[ -z "$searchTerm" ] && searchTerm="$(getSearchTerm)"

Loading…
Cancel
Save