apod.lua: now uses HD links

This commit is contained in:
topkecleon
2016-01-14 15:49:37 -05:00
parent 4f78323db7
commit e04abca769
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ local action = function(msg)
--local weburl = 'http://apod.nasa.gov/apod/ap' .. date_url .. '.html'
--output = date .. '[' .. jdat.title .. '](' .. weburl .. ')\n'
output = date .. '[' .. jdat.title .. '](' .. jdat.url .. ')\n'
output = date .. '[' .. jdat.title .. '](' .. jdat.hdurl .. ')\n'
if jdat.copyright then
output = output .. 'Copyright: ' .. jdat.copyright