|
|
|
|
|
by m463
2022 days ago
|
|
someone here said that the nyt frontpage is available in pdf format. I now download this url and email it to myself as an attachment: now = datetime.datetime.now()
nyt_url='https://static01.nyt.com/images/%04d/%02d/%02d/nytfrontpage/scan.pdf'%(now.year, now.month, now.day)
|
|