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

Found 0 images in album #15

Closed ghost closed 9 years ago

ghost commented 9 years ago

For some unknown reason I cannot download any albums. It tries to download them, however it finds 0 images. I can tell that it has still worked apart from that, as the folder is still created.

alexgisby commented 9 years ago

How bizarre! Give me a couple of hours to get home and I'll take a look.

Got an example of an album you're trying to download that isn't working? In fact, could you copy/paste the exact command you're running?

Thanks!

alexgisby commented 9 years ago

Amazing, thanks very much, I'll look into it!

alexgisby commented 9 years ago

Hey @EuanR,

I've created a pull request with a fix (see above, or the https://github.com/alexgisby/imgur-album-downloader/tree/bugfix/15-zero-images-found branch). Could you give it a test and see if that's working for you?

Seems like the little trick I was using to read all the images has been broken/removed by imgur, but there's another way that seems to work!

Alex

ghost commented 9 years ago

That seems to have fixed the issue. I appreciate your quick assistance.

alexgisby commented 9 years ago

Awesome, I'll get that PR merged then! Glad to help :)