feat: add resume support to Gemini protocol

This commit is contained in:
2026-06-29 20:06:08 +02:00
parent fc65ea8340
commit 9ef62520c7
6 changed files with 387 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ certificate pinning and metadata debugging to all TLS protocols.
### 🟡 High Priority
- [ ] **Gemini resume & metadata** — persist `.goget.meta` during Gemini
- [x] **Gemini resume & metadata** — persist `.goget.meta` during Gemini
downloads; `--resume` support. Currently Gemini has `Features: []`
it doesn't advertise resume, and the download loop doesn't save
progress.