I would like to download a newspaper in PDF format on a daily basis from a URL which changes every day based on the following variables:
URL: www.alwasatnews.com/data/yyyy/1234/pdf/all.pdf
Where [yyyy] is the year of today's date and [1234] is the newspaper issue number (increments by 1 everyday)
Ideally, this is a browser bookmarklet or an rss feed, not requiring additional software or servers running cron jobs. This will ultimately be shared at my workplace for easy access to the latest version of the pdf version of the newspaper on a daily basis
Any ideas how to achieve this?
Thanks!