Open
Description
Describe the bug
The url for download for a zenodo record used to be for example:
`https://zenodo.org/record/7740822/files/grambank/grambank-analysed-v1.0.zip?download=1``
It is now:
`https://zenodo.org/records/7740822/files/grambank/grambank-analysed-v1.0.zip?download=1``
an extra "s" has crept in.
I use this url not just in the web browser GUI but also to fetch data via scripts. This change broke a few of my scripts, for example this one. I've discovered the problem and fixed it now.
It probably ought to be mentioned in the "what's changed" page for the recent upgrade, if that's when it crept in.