aPriori.DNS.download¶
- aPriori.DNS.download(repo_url='https://github.com/LorenzoPiu/aPriori-data/tree/main', dest_folder=None, dataset=None)¶
Downloads all files from a specified GitHub repository directory and saves them to the destination folder, including files in subdirectories.
Parameters: repo_url (str): The GitHub URL of the repository directory. dest_folder (str): The local folder to save the downloaded files.
Returns: list: A list of paths to the downloaded files.