From d1b3b826555cea30759ff4c69909e044c744a84c Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sun, 3 Oct 2021 21:08:10 +0500 Subject: [PATCH] Fix " --- fetch-lyrics.sh | 1 + 1 file changed, 1 insertion(+) 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")