new patterns

This commit is contained in:
Romain Bignon 2010-10-15 12:37:16 +02:00
commit 2d6366c220
2 changed files with 7 additions and 1 deletions

View file

@ -315,7 +315,7 @@ class ProfilePage(PageBase):
elif hasattr(c, 'tagName') and c.tagName == 'i':
description += ''.join(c.childNodes[0].data.split('\n'))
self.description = description
self.description = description.strip()
def parse_table(self, div):
d = self.table[self.tables[div.getAttribute('id')]]