The old formula (avgSpeed * expectedDurationSeconds) simplified to just (videoDuration - elapsedTime), showing 59min ETA for a 60min part after 1min of downloading. Now uses streamlink's actual progress percentage: ETA = (elapsed / percent) * (100 - percent), which reflects real download speed rather than video length. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| build | ||
| docs/superpowers | ||
| scripts | ||
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README_AI_RELEASE.md | ||
| tsconfig.json | ||