Optionalconfig: ImageDownloadConfigApply rate limiting delay between downloads
Promise that resolves after the configured delay
Download a file from a URL and save it to the specified filepath. Returns a result object with success status and error details.
The URL to download from
The local path where the file will be saved
Download result with success status, error details, and 403 flag
StaticextractExtract image hash from Hashnode CDN URL Pattern: UUID.extension (e.g., 550e8400-e29b-41d4-a716-446655440000.png)
The image URL
The extracted hash with extension, or null if not found
Service for downloading images from URLs with retry logic and error handling