Python 3 可以下载大文件夹或游戏吗?

Is it possible to download a big folder or games using Python 3?

import urllib.request
urllib.request.urlretrieve(link_of_file, file_name) 

因为上面一行是下载单个文件 下载大文件夹或游戏怎么样?

HTTP 不适用于下载文件夹。您只能获取单个文件资源。我认为文件大小没有限制。