From 4432e3b837b1ca60d03cc7f6ea4e4a63ee0f1d5d Mon Sep 17 00:00:00 2001 From: david weil Date: Sun, 5 Jan 2014 12:26:22 -0200 Subject: [PATCH] Encoding in OGlobo recipe was wrong and unnecessar Encoding in O'Globo recipe was wrong and unnecessary. With the original recipe the article titles was ok, but on the articles the text body encoding is wrong. The fetched articules already include its encoding information (to be utf-8 when/with the one I tried), and changing the recipe to remove the `encoding` specification seems to work ok! --- recipes/o_globo.recipe | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/o_globo.recipe b/recipes/o_globo.recipe index 2fa0043c0e..39b2cd4e8d 100644 --- a/recipes/o_globo.recipe +++ b/recipes/o_globo.recipe @@ -18,7 +18,6 @@ class OGlobo(BasicNewsRecipe): max_articles_per_feed = 100 no_stylesheets = True use_embedded_content = False - encoding = 'cp1252' cover_url = 'http://oglobo.globo.com/_img/o-globo.png' remove_javascript = True