phoe/quicklisp-stats

Incorrect URL used for 2021 stats

Closed this issue · 1 comments

In

(defvar *url* "https://www.quicklisp.org/stats/2020/~4,'0D-~2,'0D.csv")

We see it always constructs a URL like https://www.quicklisp.org/stats/2020/YYYY-mm.csv
But the URL for eg the 2021 csv is actually at https://www.quicklisp.org/stats/2021/2021-01.csv

the /stats/2020 is not static and is driven by the year

phoe commented

Oof. That's a really stupid bug on my side.
Sure, let me fix it.