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