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