The galleries on pixieset have many many pictures resulting in pixieDownloader attempting to create a zip file larger than 64 MiB resulting in a "Uncaught (in promise) TypeError: Message exceeded maximum allowed size of 64MiB." when trying to pass the data back to jsZip.
Is it possible to break the galleries up into multiple archives, stuff each one up to ~50MiB and just name them serially?
The galleries on pixieset have many many pictures resulting in pixieDownloader attempting to create a zip file larger than 64 MiB resulting in a "Uncaught (in promise) TypeError: Message exceeded maximum allowed size of 64MiB." when trying to pass the data back to jsZip.
Is it possible to break the galleries up into multiple archives, stuff each one up to ~50MiB and just name them serially?