epogrebnyak / weo-reader

Python client to read IMF World Economic Outlook (WEO) dataset as pandas dataframe.
31 stars 12 forks source link

Bug: WEO download url changed again #35

Closed jm-rivera closed 6 months ago

jm-rivera commented 6 months ago

The month has been added to the url.

Previously, it would have been: https://www.imf.org/-/media/Files/Publications/WEO/WEO-Database/2024/WEOApr2024all.ashx

Now it is: https://www.imf.org/-/media/Files/Publications/WEO/WEO-Database/2024/April/WEOApr2024all.ashx

Will submit a PR that adds logic to deal with this from the current release onwards.