unarr/internal/cmd
Deivid Soto 5e80911501 feat(debrid): add HTTPS downloader for debrid direct URLs
DebridDownloader receives directUrl from the server and downloads via
plain HTTPS with progress reporting, resume (Range), and pause/cancel.

- Add DirectURL, DirectFileName to agent Task and engine Task types
- Implement DebridDownloader: HTTPS download with progress, resume, cancel
- HTTP client with 30s ResponseHeaderTimeout
- Safe shortID helper to prevent slice panic on short IDs
- Validate 416 against Content-Range server size for resume integrity
- Register debridDl in daemon and one-shot download command
- Tests: available, download, resume, cancel, pause, fallback filename,
  expired URL (410), unauthorized (401), shutdown, task propagation
2026-03-28 18:09:34 +01:00
..
config.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
daemon.go feat(debrid): add HTTPS downloader for debrid direct URLs 2026-03-28 18:09:34 +01:00
doctor.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
download.go feat(debrid): add HTTPS downloader for debrid direct URLs 2026-03-28 18:09:34 +01:00
inspect.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
popular.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
recent.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
root.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
search.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
setup.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
stats.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
status.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
stream.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
stream_handler.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
stubs.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
version.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
version_cmd.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
watch.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00