GitHubFileDownloader.check_url¶
- classmethod GitHubFileDownloader.check_url(url)[source]¶
Checks if the scheme of the provided
urlis valid.- Parameters:
url (str) – The target URL.
See also
Examples for the method
GitHubFileDownloader.download().
Checks if the scheme of the provided url is valid.
url (str) – The target URL.
See also
Examples for the method
GitHubFileDownloader.download().