UPDATED
**Single Threaded Download Fix:**
- Resolved an issue where, if a single threaded download failed, the download would restart from the beginning despite showing continued progress. Now, in case of a failure, a new progress will be created, and the download will restart correctly.
**Timeout Argument Removal:**
- Removed the timeout argument due to complexities and uncertainties in its implementation with `aiohttp` and `curl_cffi`. The timeout settings will now rely on the default configurations of these respective packages.
[Fixed Single Threaded Download, Removed timeout argument](https://github.com/TechShreyash/techzdl/commit/473241c911f80919c6e6ede4ed40aea55f88e12d)
**Full Changelog**: [v1.2.4...v1.2.5](https://github.com/TechShreyash/techzdl/compare/v1.2.4...v1.2.5)