Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 777 Bytes

File metadata and controls

18 lines (12 loc) · 777 Bytes

fastdown

GitHub last commit CI License

fastdown 是一个特别快下载器,封装自 fast-down-ffi,由 Rust 驱动,简洁易用。

示例

import fastdown

task = await fastdown.prefetch("https://example.com/test.zip");
await task.start(task.info.filename());

查看更多示例