diff --git a/atomstrom.py b/atomstrom.py index ac7e9cb..cc6ef80 100755 --- a/atomstrom.py +++ b/atomstrom.py @@ -160,6 +160,7 @@ def process_feed_entry(session, feed, entry): print ' converting summary' h2t = html2text.HTML2Text() h2t.body_width = 0 + h2t.inline_links = False if feed.html2textignoreimages: h2t.ignore_images = True if feed.contentcolumn == 'summary':