BIN: YT: multi word search patterns
If you run yt with multiple arguments, they are concatinated as the search string
This commit is contained in:
parent
3934158058
commit
70638ac508
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ chooseQuality(){
|
|||
}
|
||||
|
||||
main(){
|
||||
local searchTerm="$1"
|
||||
local searchTerm="$*"
|
||||
|
||||
[ -z "$searchTerm" ] && searchTerm="$(getSearchTerm)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue