From 3c6c41230a71193265b26d466f66fd3df8a29679 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 22 Dec 2016 22:23:11 +0530 Subject: Switch to HTTPS URL * apod-bot.sh (APOD_BASE_URL): NASA APOD has switched to HTTPS. Update the `APOD_BASE_URL' variable accordingly. --- apod-bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apod-bot.sh b/apod-bot.sh index 85acc1b..8da77d1 100644 --- a/apod-bot.sh +++ b/apod-bot.sh @@ -16,7 +16,7 @@ SOCIAL_API_URL=https://social.systemreboot.net/api BOT_USERNAME=apod BOT_PASSWORD=secret-password-here -APOD_BASE_URL=http://apod.nasa.gov/apod +APOD_BASE_URL=https://apod.nasa.gov/apod APOD_HTML=$(curl $APOD_BASE_URL/astropix.html) -- cgit v1.2.3