diff --git a/recipes/private_eye.recipe b/recipes/private_eye.recipe index af2a99e458..90e7e44f74 100644 --- a/recipes/private_eye.recipe +++ b/recipes/private_eye.recipe @@ -19,7 +19,7 @@ class AdvancedUserRecipe1359406781(BasicNewsRecipe): def get_cover_url(self): cover_url = None - soup = self.index_to_soup('http://www.private-eye.co.uk/current_issue') + soup = self.index_to_soup('http://www.private-eye.co.uk/current_issue.php') for citem in soup.findAll('img'): if citem['src'].endswith('big.jpg'): return 'http://www.private-eye.co.uk/' + citem['src']