pixelstuermer / pixieset-downloader

Batch download of Pixieset collections
https://pixelstuermer.github.io/pixieset-downloader
MIT License
14 stars 5 forks source link

works well, just a minor amendment required #13

Open birnbacs opened 1 year ago

birnbacs commented 1 year ago

In section main() of pixieset-downloader.py variable page must be initialized with 1 instead of 0:

def main(): arguments = init_arguments_parser() has_next_page = True page = 1 images_counter = 0 …

aptalca commented 3 months ago

Thank you for this!!!! With page = 1, it works flawlessly.