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
c8fe13195c
commit
e0aac8018f
@ -43,6 +43,6 @@ class AntywebRecipe(BasicNewsRecipe):
|
|||||||
def preprocess_html(self, soup):
|
def preprocess_html(self, soup):
|
||||||
for alink in soup.findAll('a'):
|
for alink in soup.findAll('a'):
|
||||||
if alink.string is not None:
|
if alink.string is not None:
|
||||||
tstr = alink.string
|
tstr = alink.string
|
||||||
alink.replaceWith(tstr)
|
alink.replaceWith(tstr)
|
||||||
return soup
|
return soup
|
||||||
|
@ -24,4 +24,3 @@ class app_funds(BasicNewsRecipe):
|
|||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
|
|
||||||
feeds = [(u'blog', u'http://feeds.feedburner.com/blogspot/etVI')]
|
feeds = [(u'blog', u'http://feeds.feedburner.com/blogspot/etVI')]
|
||||||
|
|
||||||
|
@ -47,4 +47,3 @@ class bankier(BasicNewsRecipe):
|
|||||||
segments = urlPart.split('-')
|
segments = urlPart.split('-')
|
||||||
urlPart2 = segments[-1]
|
urlPart2 = segments[-1]
|
||||||
return 'http://www.bankier.pl/wiadomosci/print.html?article_id=' + urlPart2
|
return 'http://www.bankier.pl/wiadomosci/print.html?article_id=' + urlPart2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user