Show HN: Gogg – 一个用 Go 语言编写的 GOG 游戏下载器
2 分•作者: habedi0•5 个月前
嗨 HN,
我用 Go 语言开发了一个开源工具,名为 gogg,用于下载和备份你在 GOG.com 上的游戏库。
它支持跨平台,并具有以下功能:
- 可编写脚本的命令行界面和易于使用的图形用户界面
- 多线程和断点续传下载
- 平台、语言、DLC 等筛选器
- 通过哈希值进行文件验证和总大小计算
你可以在 GitHub 上找到该项目:<a href="https://github.com/habedi/gogg">https://github.com/habedi/gogg</a>
查看原文
Hey HN,<p>I made an open-source tool in Go, named gogg, to download and back up your GOG.com game library.<p>It's cross-platform and has features like:<p>- A scriptable CLI and easy-to use GUI<p>- Multi-threaded and resumable downloads<p>- Filters for platform, language, DLCs, etc.<p>- File verification with hashes and total size calculation<p>You can find the project on GitHub: <a href="https://github.com/habedi/gogg">https://github.com/habedi/gogg</a>