Fix bug with launching surf from menu and fix multiword searches for yt
This commit is contained in:
parent
4155254c9d
commit
b0c730c6af
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ menu() {
|
|||
)"
|
||||
pkill svkbd-sxmo
|
||||
|
||||
IDIOTRESULTS="$(idiotbox-cli $SEARCHTERMS)"
|
||||
IDIOTRESULTS="$(idiotbox-cli "$SEARCHTERMS")"
|
||||
RESULT="$(
|
||||
echo "$IDIOTRESULTS" |
|
||||
grep -Ev '^(Channelid|Atom feed|Channel title|Published|Viewcount|Userid):' |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue