def _download_recipe(file_url, filename, contrib): file_path = path.join(contrib, filename) request.urlretrieve(file_url, file_path)