def save_image(self, url, path): """ :param url: :param path: :return nothing: """ image = urllib.URLopener() image.retrieve(url, path)