diff --git a/fetch-lyrics.sh b/fetch-lyrics.sh index 6068c22..59d5801 100644 --- a/fetch-lyrics.sh +++ b/fetch-lyrics.sh @@ -21,4 +21,5 @@ FETCH=$(curl -s https://www.syair.info/${HREF} \ | tail -n +13 \ | sed "s/
//g" \ | cut --complement -d '>' -f 1 \ + | sed 's/\"\;/"/g' \ | head -n -1 > "/sdcard/RetroMusic/lyrics/${SONGNAME} - ${ARTISTNAME}.lrc")