I have also updated get.py to download the problems as `d<day>.txt` instead of `i<day>.txt`. That allows me to get the day input via `__input__.replace('.py', '.txt')` which is a little more concise. I don't know why I didn't do this earlier.