diff --git a/recipes/private_eye.recipe b/recipes/private_eye.recipe index 9a2ec67ec2..1ec56e7795 100644 --- a/recipes/private_eye.recipe +++ b/recipes/private_eye.recipe @@ -145,7 +145,7 @@ class PrivateEyeRecipe(BasicNewsRecipe): self.log.warning("Publication date not found") # Online articles - online = soup.find('div', {'id': 'block-left', 'class': 'article'}) + online = soup.find('div', {'id': 'block-left'}) headline = online.find('span', {'class': 'headline'}) if headline: