beta-real-debrid-downloader/src/main
Sucukdeluxe e384199c6e Replace streaming download with chunked buffer download to fix corruption
- Replace Readable.fromWeb() + pipeline with ReadableStream.getReader() loop
- Collect chunks in memory, verify size, then write to disk in one shot
- Add Accept-Encoding: identity to prevent content encoding issues
- Eliminates stream conversion bugs that caused file corruption on some servers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 17:20:02 +01:00
..
app-controller.ts Add bandwidth statistics tab with live chart 2026-03-01 15:56:57 +01:00
cleanup.ts Release v1.4.31 with full bug-audit hardening 2026-03-01 00:33:26 +01:00
constants.ts Set default auto-retry limit to infinite 2026-03-01 04:31:04 +01:00
container.ts Release v1.4.37 with DLC filenames, instant delete, version display 2026-03-01 02:12:06 +01:00
debrid.ts Release v1.4.31 with full bug-audit hardening 2026-03-01 00:33:26 +01:00
download-manager.ts Add bandwidth statistics tab with live chart 2026-03-01 15:56:57 +01:00
extractor.ts Reduce extract lag and improve long-path auto-rename stability 2026-03-01 03:47:18 +01:00
integrity.ts Release v1.4.31 with full bug-audit hardening 2026-03-01 00:33:26 +01:00
link-parser.ts Release v1.4.29 with downloader and API safety hardening 2026-02-28 21:31:42 +01:00
logger.ts Release v1.4.31 with full bug-audit hardening 2026-03-01 00:33:26 +01:00
main.ts Add bandwidth statistics tab with live chart 2026-03-01 15:56:57 +01:00
mega-web-fallback.ts Release v1.4.16 with crash prevention and hang protection 2026-02-27 21:43:40 +01:00
realdebrid.ts Release v1.4.31 with full bug-audit hardening 2026-03-01 00:33:26 +01:00
storage.ts Add configurable auto-retry limit with optional infinite retries 2026-03-01 04:18:41 +01:00
update.ts Replace streaming download with chunked buffer download to fix corruption 2026-03-01 17:20:02 +01:00
utils.ts Release v1.4.31 with full bug-audit hardening 2026-03-01 00:33:26 +01:00