Update Readme.md

This commit is contained in:
Peter Taylor 2022-03-08 12:36:38 +00:00 committed by GitHub
parent 154491cb29
commit e826dd045d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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