#lang racket/base (require "main.rkt" net/url) (download (string->url "http://localhost:10080/image/2ab9b/jpeg/bork") "test") (download (string->url "http://quest.lv/kusaba/quest/src/129367351260.jpg") "test2")