zs

Zeitungsschau rss to email converter
git clone git://r-36.net/zs
Log | Files | Refs | LICENSE

commit 164d36b87c95097423385a81ad2bcc9c916f209e
parent 12f2f413caba174fb8c631993d2348cd2b11f08c
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 18 Oct 2015 16:30:49 +0200

Fixing the escaping of special characters in HTML text.

Diffstat:
zeitungsschau/feedemail.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/zeitungsschau/feedemail.py b/zeitungsschau/feedemail.py @@ -40,7 +40,6 @@ def send(feed, to, smtphost="localhost", smtpport=None, ssl="False",\ h2t = html2text.HTML2Text() h2t.body_width = 0 h2t.unicode_snob = 1 - h2t.escape_snob = 1 h2t.inline_links = 0 h2t.links_each_paragraph = 0