/github-file-dl

download github folder or file. Resuming interrupted downloads

Primary LanguageRustMIT LicenseMIT

github-file-dl

download github special files. Resuming interrupted downloads

下载 github 某个文件夹或文件,可以断点续传

api - github contents api

python

Install

pip install git+https://github.com/milisp/github-file-dl

Usage

github-file-dl -h
github-file-dl github_url download_folder
github-file-dl github_url download_folder -p proxy_url

main code file

__main__.py

Rust

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"

Similar or related Projects