new patterns
This commit is contained in:
parent
24e3671f27
commit
2d6366c220
2 changed files with 7 additions and 1 deletions
|
|
@ -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')]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue