unarr/internal/cmd
Deivid Soto e332c0a6e4 feat(usenet): implement full NNTP download pipeline
Complete usenet download support for unarr CLI:
- NZB XML parser with password extraction from <head> meta
- yEnc decoder with CRC32 verification
- NNTP client with TLS, auth, and connection pool (up to 10 conns)
- Segment downloader with parallel workers and progress reporting
- Post-processing: par2 verify/repair, unrar/7z extraction with password support
- Agent client methods: SearchNzbs, DownloadNzb, GetUsenetCredentials
- UsenetDownloader implementing full Downloader interface
- Daemon wiring: UsenetDownloader passed to Manager

E2E tested: Oppenheimer 1080p (2.94 GB) downloaded via NNTP in 77.6s.
2026-03-28 21:12:12 +01:00
..
config.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
daemon.go feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +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