Close
Please don't make a separate request for every file; it'll load the server unnecessarily. Batch them into a single request: "md5:a,b,c,d". I don't think there's a hardcoded limit to the number of MD5s (but you may need to specify a higher limit if it's more than 16).

You'd be better off using the XML or JSON API than parsing HTML.