unarr/internal/usenet
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
..
download feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00
nntp feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00
nzb feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00
postprocess feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00
yenc feat(usenet): implement full NNTP download pipeline 2026-03-28 21:12:12 +01:00