mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1656d1ff38
commit
d059424285
@ -30,7 +30,6 @@ class EndgadgetJapan(BasicNewsRecipe):
|
|||||||
for topstories in soup.findAll('div',attrs={'class':'post_content'}):
|
for topstories in soup.findAll('div',attrs={'class':'post_content'}):
|
||||||
itt = topstories.find('h4')
|
itt = topstories.find('h4')
|
||||||
itema = itt.find('a',href=True)
|
itema = itt.find('a',href=True)
|
||||||
itemdiv = itema.find('div',attrs={'class':'post_body'})
|
|
||||||
newsarticles.append({
|
newsarticles.append({
|
||||||
'title' :itema.string
|
'title' :itema.string
|
||||||
,'date' :''
|
,'date' :''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user