Merge branch 'fix-lwn-weekly' of https://github.com/sa-kib/calibre

This commit is contained in:
Kovid Goyal 2018-05-26 07:56:41 +05:30
commit 8785bab5f7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -114,7 +114,7 @@ class WeeklyLWN(BasicNewsRecipe):
# Most articles have anchors in their titles, *except* the
# security vulnerabilities
article_anchor = curr.findNext(
article_anchor = curr.find(
name='a', attrs={'href': re.compile('^/Articles/')})
if article_anchor: