mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-19 11:23:20 +02:00
...
This commit is contained in:
parent
4d3a5c3621
commit
0458a601e8
3 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
class FolhaOnline(BasicNewsRecipe):
|
||||
THUMBALIZR_API = '' # ---->Get your at http://www.thumbalizr.com/ and put here
|
||||
LANGUAGE = 'pt_br'
|
||||
language = 'pt'
|
||||
language = 'pt_BR'
|
||||
LANGHTM = 'pt-br'
|
||||
ENCODING = 'cp1252'
|
||||
ENCHTM = 'iso-8859-1'
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ class FSP(BasicNewsRecipe):
|
|||
HOMEPAGE = 'http://www1.folha.uol.com.br/fsp/'
|
||||
masthead_url = 'http://f.i.uol.com.br/fsp/furniture/images/lgo-fsp-430x50-ffffff.gif'
|
||||
|
||||
language = 'pt'
|
||||
language = 'pt_BR'
|
||||
no_stylesheets = True
|
||||
max_articles_per_feed = 40
|
||||
remove_javascript = True
|
||||
|
|
|
|||
|
|
@ -955,7 +955,7 @@ def __init__(self, current_cover=None, parent=None):
|
|||
# QWebView. Seems to only happen on windows, but keep it for all
|
||||
# platforms just in case.
|
||||
self.identify_widget.comments_view.setMaximumHeight(500)
|
||||
self.resize(850, 550)
|
||||
self.resize(850, 600)
|
||||
|
||||
self.finished.connect(self.cleanup)
|
||||
|
||||
|
|
@ -1034,7 +1034,7 @@ def __init__(self, current_cover=None, parent=None):
|
|||
self.covers_widget.chosen.connect(self.accept)
|
||||
l.addWidget(self.covers_widget)
|
||||
|
||||
self.resize(850, 550)
|
||||
self.resize(850, 600)
|
||||
|
||||
self.finished.connect(self.cleanup)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue