BIN: YT: multi word search patterns

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

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

Loading…
Cancel
Save