mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 14:12:20 -04:00
...
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user