2 more indentation fixes and fixed icons size

This commit is contained in:
Tomasz Długosz 2013-03-05 00:40:16 +01:00
parent 99df29c9ed
commit 83007ffdfa
6 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 475 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1018 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1018 B

View File

@ -47,6 +47,6 @@ class KrytykaPolitycznaRecipe(BasicNewsRecipe):
def preprocess_html(self, soup):
for alink in soup.findAll('a'):
if alink.string is not None:
tstr = alink.string
alink.replaceWith(tstr)
tstr = alink.string
alink.replaceWith(tstr)
return soup