Table of contents
No headers
var src = string.match(web.text('http://feedproxy.google.com/DilbertDailyStrip', 'channel/item/description'), 'src="([^"]+)"');
if(src)
web.image(src);
else
"Sorry, no Dilbert today. :(";
var src = string.match(web.text('http://feedproxy.google.com/DilbertDailyStrip', 'channel/item/description'), 'src="([^"]+)"');
if(src)
web.image(src);
else
"Sorry, no Dilbert today. :(";
Comments