ripmeapp2 / ripme

Downloads albums in bulk
MIT License
302 stars 38 forks source link

Imagefap: add retry logic for getFullSizedImage() #181

Closed joroto closed 6 months ago

joroto commented 7 months ago

Category

This change is exactly one of the following (please change [ ] to [x]) to indicate which:

Description

Imagefap: add retry logic for getFullSizedImage() as sometimes images fail to be downloaded.

Testing

No testing done, I could not reproduce the issue to test the fix.

Should not introduce regression as if we get in the if (image == null) block the execution stops/errors with current implementation.