Catalog108 / challenges / static/files/images
Bulk image download
What this challenge teaches
Teaches: Iterate <img> elements and download each src. Concurrency + filename hygiene matter at scale.
Expected output: Save all 50 images to disk; filenames derived from the URL's last segment.
Submit your scraper's JSON output to /challenges/static/files/images/grade
(grader endpoint is part of a later phase; URL is reserved now).
50 inline SVG images below. Pull each src and save.