mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix Der Spiegel
This commit is contained in:
parent
71c70ad5c9
commit
59fa971898
@ -72,7 +72,7 @@ class DerSpiegel(BasicNewsRecipe):
|
||||
for article in section.findNextSiblings(['dd','dt']):
|
||||
if article.name == 'dt':
|
||||
break
|
||||
link = article.find('a')
|
||||
link = article.find('a', href=True)
|
||||
title = self.tag_to_string(link).strip()
|
||||
if title in self.empty_articles:
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user