mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 16:33:10 +02:00
...
This commit is contained in:
parent
1656d1ff38
commit
d059424285
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ def parse_index(self):
|
|||
for topstories in soup.findAll('div',attrs={'class':'post_content'}):
|
||||
itt = topstories.find('h4')
|
||||
itema = itt.find('a',href=True)
|
||||
itemdiv = itema.find('div',attrs={'class':'post_body'})
|
||||
newsarticles.append({
|
||||
'title' :itema.string
|
||||
,'date' :''
|
||||
|
|
|
|||
Loading…
Reference in a new issue