ImageMarkup / isic-cli

The official command line tool for interacting with the ISIC Archive.
https://isic-archive.com
Apache License 2.0
31 stars 0 forks source link

Add batched image downloading #47

Closed danlamanna closed 1 year ago

danlamanna commented 1 year ago

Instead of frontloading all of the API requests and then downloading the images, this does a batch image download per API response. The API server should be less spiky as a result of spacing out these requests. It also makes isic image download have one overall progress bar instead of one for metadata and one for images.