mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
d22a378f78
commit
c370f9e8d1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user