mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix indentation
This commit is contained in:
parent
e0aac8018f
commit
37c9111b36
@ -99,4 +99,3 @@ class gw_krakow(BasicNewsRecipe):
|
||||
if soup.find(id='container_gal'):
|
||||
self.gallery_article(soup.body)
|
||||
return soup
|
||||
|
||||
|
@ -96,4 +96,3 @@ class gw_wawa(BasicNewsRecipe):
|
||||
if soup.find(id='container_gal'):
|
||||
self.gallery_article(soup.body)
|
||||
return soup
|
||||
|
||||
|
@ -100,5 +100,3 @@ class GazetaPomorska(BasicNewsRecipe):
|
||||
|
||||
extra_css = '''h1 { font-size: 1.4em; }
|
||||
h2 { font-size: 1.0em; }'''
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user