From 1778cb1c444630013de2e8381bb7f1da3ae8ec6b Mon Sep 17 00:00:00 2001 From: Sophist Date: Mon, 24 Jul 2017 22:50:54 +0100 Subject: [PATCH] Fix change of class on website. --- recipes/private_eye.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: