Bulk download games from itch.io
pip install itch-dl
[!WARNING] This tool does not let you download paid games for free. To download paid games, you must have them attached in your library.
itch-dl https://itch.io/jam/yourjamhere
(add --api-key <KEY>
if you did not save the API key).More arguments are available - check them out with itch-dl --help
.
The downloader is able to grab more or less everything you can download via the itch app.
The input URL can be one of the supported link formats listed above, a path to a itch.io JSON file with game jam entries, a list of itch.io game URLs (not browse/jam pages!) to download.
It's expected that the downloader output will not be complete - logs are stupidly verbose and it prints a report on failed downloads and external URLs (links to files that are not on itch.io itself, but rather on an external host like Google Drive, Dropbox, etc), so you must manually grab whatever was not handled for you automatically.
The downloader also grabs the entry page HTML, which usually comes with controls and such. By
default, it does not download images, assets and so on, just the text - use --mirror-web
to
try and download these as well. This does not work very well yet, but gets the basics done.
Downloader can parse and download games from a game jam entries JSON file if you need it. (The script basically automates the steps below, so if it's not able to do the same, please create an issue!)
"id":
- it should find that text once, followed by a number. Write it down.itch-dl
!