def download_files(): paths_in_website = searchfiles() [wget.download(path_in_website, out = "archive") for path_in_website in paths_in_website]