alexgisby / imgur-album-downloader

Python script/class to download an entire Imgur album in one go into a folder of your choice.
MIT License
340 stars 59 forks source link

Album titles as names for download directory #38

Open jakem72360 opened 7 years ago

jakem72360 commented 7 years ago

When creating new directories in which to download albums, an option should be provided to set the name of the download directory to the name of the Imgur album, rather than using the album's hex identifier.

If the album does not have a name, then it should default back to the hex identifier.

This would be useful when downloading batches of albums at a time, in order to keep the albums recognisable by name (rather than hex ID), when in a larger directory.

yudataguy commented 6 years ago

How to retrieve the album title in this script? I have similar idea.