dilbert-rss icon indicating copy to clipboard operation
dilbert-rss copied to clipboard

'http:' prefix missing on image source URL

Open clanger9 opened this issue 6 years ago • 0 comments

The Dilbert site is returning image source URLs without an 'http:' prefix. This causes blank images in my reader. Suggest changing line #24 to read: description = "<a href='" + url + "'><img src='http:" + str(img) + "' /></a>",

clanger9 avatar Dec 09 '18 16:12 clanger9