You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ImageDownloader class makes no distinction between various image file types. There should be some logic to attempt to extract the extension from the URL. If it cannot be extracted (eg a redirect URL), there should be a default.
The
ImageDownloaderclass makes no distinction between various image file types. There should be some logic to attempt to extract the extension from the URL. If it cannot be extracted (eg a redirect URL), there should be a default.