From 6c358c5c1da06a4e22743d4835662e3950f3cc0d Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Wed, 3 Apr 2013 22:29:40 +0200 Subject: [PATCH] improve format of html2text-output --- atomstrom.py | 1 + 1 file changed, 1 insertion(+) 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':