From e826dd045d2f609fc89e8d301391c41ffa190502 Mon Sep 17 00:00:00 2001 From: Peter Taylor Date: Tue, 8 Mar 2022 12:36:38 +0000 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3196976..61854f6 100644 --- a/Readme.md +++ b/Readme.md @@ -18,7 +18,7 @@ python -m itchio.downloader --api-key=KEYHERE ## Add All Games in a bundle to your library ```bash -python -m itchio.bundle +python -m itchio.bundle_tool ``` This is a bit of a bodge, but it works. It essentially goes through and clicks the "Download" link on every item on the bundle's page, which adds it to your itchio library. It does not download any files. You will need the download page's URL (this will be in the bundle's email, and possibly your purchase history). It will not work with 2FA, and I'm unlikely to be able to fix it without making it far more complicated