This commit is contained in:
Shihaam Abdul Rahman
2021-10-03 21:08:10 +05:00
parent e7511af402
commit d1b3b82655

View File

@@ -21,4 +21,5 @@ FETCH=$(curl -s https://www.syair.info/${HREF} \
| tail -n +13 \
| sed "s/<br>//g" \
| cut --complement -d '>' -f 1 \
| sed 's/\&quot\;/"/g' \
| head -n -1 > "/sdcard/RetroMusic/lyrics/${SONGNAME} - ${ARTISTNAME}.lrc")