mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-03 10:40:21 -05:00
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:
parent
47a9bbda79
commit
4432e3b837
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user