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
refactor: improve code structure with response validation function
Refactored the script to improve modularity and readability.
- Moved image validation logic to a separate function `is_valid_image_response`
- Keeps `fetch_image` function focused on download and file saving
- Prepares the script for future enhancements and better testability
0 commit comments