I would like to see all of these items being downloaded into /tmp converted to use tempfile.TemporaryFile (or tempfile.NamedTemporaryFile, if necessary) so that they are automatically cleaned up, but I think that may be for a future PR (because it will require some minor re-architecting of the code).
Originally posted by @larsks in #37 (comment)