This commit is contained in:
Kovid Goyal 2010-07-30 13:53:56 -06:00
parent 1834ae8a10
commit c9343d1584

View File

@ -98,7 +98,7 @@ class ZeitDe(BasicNewsRecipe):
return soup return soup
info = Tag(soup,'ul',[('class','ebinfobox')]) info = Tag(soup,'ul',[('class','ebinfobox')])
tools = soup.find('ul', attrs={'class':'tools'}) tools = soup.find('ul', attrs={'class':'tools'})
author = tools.find('li','author first') #author = tools.find('li','author first')
for tag in ['author first', 'date', 'date first', 'author', 'source']: for tag in ['author first', 'date', 'date first', 'author', 'source']:
line = tools.find('li', tag) line = tools.find('li', tag)
if line: if line: