cogdl.data.download

Module Contents

Functions

download_url(url, folder, name=None, log=True)

Downloads the content of an URL to a specific folder.

cogdl.data.download.download_url(url, folder, name=None, log=True)[source]

Downloads the content of an URL to a specific folder.

Args:

url (string): The url. folder (string): The folder. log (bool, optional): If False, will not print anything to the

console. (default: True)