mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
4d3a5c3621
commit
0458a601e8
@ -8,7 +8,7 @@ from urllib2 import Request, urlopen, URLError
|
|||||||
class FolhaOnline(BasicNewsRecipe):
|
class FolhaOnline(BasicNewsRecipe):
|
||||||
THUMBALIZR_API = '' # ---->Get your at http://www.thumbalizr.com/ and put here
|
THUMBALIZR_API = '' # ---->Get your at http://www.thumbalizr.com/ and put here
|
||||||
LANGUAGE = 'pt_br'
|
LANGUAGE = 'pt_br'
|
||||||
language = 'pt'
|
language = 'pt_BR'
|
||||||
LANGHTM = 'pt-br'
|
LANGHTM = 'pt-br'
|
||||||
ENCODING = 'cp1252'
|
ENCODING = 'cp1252'
|
||||||
ENCHTM = 'iso-8859-1'
|
ENCHTM = 'iso-8859-1'
|
||||||
|
@ -14,7 +14,7 @@ class FSP(BasicNewsRecipe):
|
|||||||
HOMEPAGE = 'http://www1.folha.uol.com.br/fsp/'
|
HOMEPAGE = 'http://www1.folha.uol.com.br/fsp/'
|
||||||
masthead_url = 'http://f.i.uol.com.br/fsp/furniture/images/lgo-fsp-430x50-ffffff.gif'
|
masthead_url = 'http://f.i.uol.com.br/fsp/furniture/images/lgo-fsp-430x50-ffffff.gif'
|
||||||
|
|
||||||
language = 'pt'
|
language = 'pt_BR'
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
max_articles_per_feed = 40
|
max_articles_per_feed = 40
|
||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
|
@ -955,7 +955,7 @@ class FullFetch(QDialog): # {{{
|
|||||||
# QWebView. Seems to only happen on windows, but keep it for all
|
# QWebView. Seems to only happen on windows, but keep it for all
|
||||||
# platforms just in case.
|
# platforms just in case.
|
||||||
self.identify_widget.comments_view.setMaximumHeight(500)
|
self.identify_widget.comments_view.setMaximumHeight(500)
|
||||||
self.resize(850, 550)
|
self.resize(850, 600)
|
||||||
|
|
||||||
self.finished.connect(self.cleanup)
|
self.finished.connect(self.cleanup)
|
||||||
|
|
||||||
@ -1034,7 +1034,7 @@ class CoverFetch(QDialog): # {{{
|
|||||||
self.covers_widget.chosen.connect(self.accept)
|
self.covers_widget.chosen.connect(self.accept)
|
||||||
l.addWidget(self.covers_widget)
|
l.addWidget(self.covers_widget)
|
||||||
|
|
||||||
self.resize(850, 550)
|
self.resize(850, 600)
|
||||||
|
|
||||||
self.finished.connect(self.cleanup)
|
self.finished.connect(self.cleanup)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user