SpottedSqueak / FA-Gallery-Downloader

Dead simple gallery download for FurAffinity
MIT License
44 stars 5 forks source link

Feature Request: Batched Username Downloading #14

Closed ItsAlphaNeon closed 3 months ago

ItsAlphaNeon commented 3 months ago

Currently, the application supports downloading galleries on a user-by-user basis, which, while functional, limits efficiency in handling larger or multiple gallery downloads. The process requires manual initiation of each download following the completion of the previous one, making it less convenient for users who wish to download galleries from multiple users in one session. Given the impossibility of running multiple instances of the application, a feature allowing batch downloads would save a lot of time for certain users that wish to archive multiple galleries.

SpottedSqueak commented 3 months ago

I've thought about implementing this... How does a comma-delimited list sound?

ItsAlphaNeon commented 3 months ago

That sounds perfect, and shouldn't need any UI changes, just under the hood method reworks. Thanks for considering this!

SpottedSqueak commented 3 months ago

Added that in in the latest release!