download github special files. Resuming interrupted downloads
下载 github 某个文件夹或文件,可以断点续传
api - github contents api
pip install git+https://github.com/milisp/github-file-dl
github-file-dl -h
github-file-dl github_url download_folder
github-file-dl github_url download_folder -p proxy_url
How to Run:
Without Proxy:
cargo run --release -- "https://github.com/owner/repo/tree/branch/folder_path"
With Proxy:
cargo run --release -- "https://github.com/owner/repo/tree/branch/folder_path" "http://your_proxy_here"
- github-files-fetcher - nodejs
- fetch - golang