Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexgisby/imgur-album-downloader
/ functions
Functions
10 in github.com/alexgisby/imgur-album-downloader
⨍
Functions
10
◇
Types & classes
2
↓ 1 callers
Method
list_extensions
Returns list with occurrences of extensions in descending order.
imguralbum.py:92
↓ 1 callers
Method
num_images
Returns the number of images that are present in this album.
imguralbum.py:85
↓ 1 callers
Method
on_complete
Allows you to bind onto the end of the process, displaying any lovely messages to your users, or carrying on with the rest of the pro
imguralbum.py:117
↓ 1 callers
Method
on_image_download
Allows you to bind a function that will be called just before an image is about to be downloaded. You'll be given the 1-indexed posit
imguralbum.py:107
↓ 1 callers
Method
save_images
Saves the images from the album into a folder given by foldername. If no foldername is given, it'll use the cwd and the album key.
imguralbum.py:125
Method
__init__
(self, msg=False)
imguralbum.py:40
Method
__init__
Constructor. Pass in the album_url that you want to download.
imguralbum.py:45
Method
album_key
Returns the key of this album. Helpful if you plan on generating your own folder names.
imguralbum.py:99
Function
all_done
()
imguralbum.py:193
Function
print_image_progress
(index, url, dest)
imguralbum.py:187