From 2c3ffd8dc336aecc8637c78bfd6ba53c969cfdc8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 Jan 2017 16:15:40 +0530 Subject: [PATCH] ... --- recipes/apple_daily.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/apple_daily.recipe b/recipes/apple_daily.recipe index 1415af1e2c..c7603d2f89 100644 --- a/recipes/apple_daily.recipe +++ b/recipes/apple_daily.recipe @@ -41,7 +41,7 @@ class AppleDaily(BasicNewsRecipe): remove_tags = [dict(name='div', attrs={'class': 'prev-next-btn'}), dict(name='p', attrs={'class': 'next'}), dict(name='meta'), - dict(name='link')]] + dict(name='link')] def get_dtlocal(self): dt_utc = datetime.datetime.utcnow()