fix parsing of thread title
This commit is contained in:
parent
e442342bf9
commit
9a6017da5e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class MessagesPage(Page):
|
|||
}
|
||||
|
||||
try:
|
||||
mails['member']['pseudo'] = self.parser.tocleanstring(self.document.getroot().cssselect('div#message_heading div.username span.name')[0])
|
||||
mails['member']['pseudo'] = self.parser.tocleanstring(self.document.getroot().cssselect('#message_heading div.username span.name')[0])
|
||||
except IndexError:
|
||||
mails['member']['pseudo'] = 'Unknown'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue