From ca9a6eec338c75e2d5575c138427a47107c26dbe Mon Sep 17 00:00:00 2001 From: Sophist Date: Sun, 11 Jun 2017 13:29:03 +0100 Subject: [PATCH] Update comment to match --- 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 bc3c224e7e..235a36c959 100644 --- a/recipes/private_eye.recipe +++ b/recipes/private_eye.recipe @@ -130,7 +130,7 @@ class PrivateEyeRecipe(BasicNewsRecipe): else: self.log.warning('Cover image NOT found') - # Get publication date as 14 days before next publication date + # Get publication cover date as 12 days before next publication date for tag in soup.findAll('span', {'class': 'only-smallest'}): tag_contents = tag.contents if tag_contents[0].string.lower().split()[:2] == ["next", "issue"]: