diff --git a/fetch-lyrics.sh b/fetch-lyrics.sh index 47b6d60..1620f56 100644 --- a/fetch-lyrics.sh +++ b/fetch-lyrics.sh @@ -1,6 +1,6 @@ #!/bin/bash -QUERY=$(echo $1 | 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{}')