diff --git a/recipes/lwn_weekly.recipe b/recipes/lwn_weekly.recipe index 441dc0ec0d..73acd60a36 100644 --- a/recipes/lwn_weekly.recipe +++ b/recipes/lwn_weekly.recipe @@ -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: