需求
想在某个 github 仓库下载一个文件夹的内容,这个文件夹里有 200 多个很小的图片文件,整个仓库的文件大小是 500m+,下载整个仓库再取其内容肯定是不划算的。
工具
翻了下,找到这么一个工具,使用方法:
- 复制你要下载的仓库的完整仓库文件夹地址。
- 打开 https://download-directory.github.io/ 这个工具网站。
- 粘贴刚才复制的地址到这里,它会自动打包整个文件夹的内容为 zip 文件,并下载。
工具地址:https://download-directory.github.io/
它的 Github: https://github.com/download-directory/download-directory.github.io