mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-27 20:40:12 +00:00
2ab3325f30
- Removed track-specific status messages in favor of a simpler generic message. - Passed initial `sizeBytes` estimation into the progress parser. - YTDLPProgressParser now accumulates sizes across multiple sequential downloads (like video then audio). - The progress fraction and displayed size are correctly computed relative to the overall expected size, preventing the progress bar from resetting to 0% mid-download.