From c370f9e8d134eddfcf7004bf4a6de1d01ddb40a7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 9 Oct 2016 18:20:33 +0530 Subject: [PATCH] ... --- recipes/wired.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/wired.recipe b/recipes/wired.recipe index 11fca3951e..d87b1b9e00 100644 --- a/recipes/wired.recipe +++ b/recipes/wired.recipe @@ -62,8 +62,8 @@ class WiredDailyNews(BasicNewsRecipe): ''' baseurl = 'https://www.wired.com/tag/magazine-' magazine_year_month = self.get_magazine_year_month('-') - monthurl = str('{:02d}'.format(date.today().month)) - yearurl = str(date.today().year - 1992) + # monthurl = str('{:02d}'.format(date.today().month)) + # yearurl = str(date.today().year - 1992) dateurl = baseurl + magazine_year_month + '/page/' return dateurl