torch_concepts.data.io.download_url¶ download_url(url: str, folder: str, filename: str | None = None, verbose: bool = True)[source]¶ Downloads the content of an URL to a specific folder. Parameters: url (string) – The url. folder (string) – The folder. filename (string, optional) – The filename. If None, inferred from url. verbose (bool, optional) – If False, will not show progress bars. (default: True)