download_file_from_github
Downloads a file from a given URL and saves it to a destination path.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
url_link
|
str
|
The URL of the file to download. |
required |
destination_path
|
str
|
The path where the file will be saved. |
required |
Returns:
Type | Description |
---|---|
None
|
This method does not return any values. |