diff --git a/bot.sh b/bot.sh index 47151df..c0d55f0 100755 --- a/bot.sh +++ b/bot.sh @@ -23,8 +23,7 @@ echo Camera Image grabbed ################################################################################# echo Grabbing Satellite Image # scrap html and get image link -satellite_image_url=$(curl "https://www.meteorology.gov.mv/?pd=satellite" -s | \ - grep "https://mobile.codeworks.mv/uploads/Satellite/"| \ +satellite_image_url=$(curl "https://www.meteorology.gov.mv/" -s | \ grep -o 'https://mobile.codeworks.mv/uploads/Satellite/[^"]*' | \ tail -n 1) # Download the Setellite Image