use storage to store dlfp messages state
This commit is contained in:
parent
e883c355e5
commit
6e3e93e08b
4 changed files with 25 additions and 18 deletions
|
|
@ -79,6 +79,7 @@ class Article(object):
|
|||
for a in div.find('h1').getiterator('a'):
|
||||
if a.text: self.title += a.text
|
||||
if a.tail: self.title += a.tail
|
||||
self.title = self.title.strip()
|
||||
subdivs = div.findall('a')
|
||||
if len(subdivs) > 1:
|
||||
date_s = unicode(subdivs[1].text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue