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!
This commit is contained in:
david weil 2014-01-05 12:26:22 -02:00
parent 47a9bbda79
commit 4432e3b837

View File

@ -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