diff --git a/fetch-lyrics.sh b/fetch-lyrics.sh index 1620f56..6f0fd41 100644 --- a/fetch-lyrics.sh +++ b/fetch-lyrics.sh @@ -1,6 +1,6 @@ #!/bin/bash -QUERY=$(echo $1$2$3$4$5$6$7$8$9 | sed "s/ /+/g") +QUERY=$(echo $1 $2 $3 $4 $5 $6 $7 $8 $9 | sed "s/ /+/g") SEARCH=$(curl -s https://www.syair.info/search?q=${QUERY} \ | pup 'a.title json{}')