Jeremie Jarosh
Jeremie Jarosh
I was testing `--human-folders` on Linux and ran into an issue where game names that contain a forward slash (`/`) would be broken up into multiple folders. So I removed...
Allow the download directory to be different from the current working directory. This makes it easier to run this as a cron job in Linux. ---- This PR also contains...
Downloading of free games stopped working. Running `itch-download --download-game "https://nomnomnami.itch.io/charm-studies" --api-key xxx` returns the following error: ``` Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/itchiodl-9TtSrW0h-py3.8/bin/itch-download", line 6, in sys.exit(main()) File "/app/itchiodl/downloader/__main__.py",...
It turns out that not all files will have a `md5_hash`. When this program tries to download those file, the error `KeyError: 'md5_hash'` is thrown and the rest of the...