Closed azihassan closed 10 months ago
Upon further inspection, it turns out that the error has to do with an unsatisfiable range issue.
To fix this, I'll need to skip the download if the local file size matches the content length of the URL.
This has been handled in ParallelDownloader in https://github.com/azihassan/youtube-d/pull/26, but is not yet supported for RegularDownloader.
Upon further inspection, it turns out that the error has to do with an unsatisfiable range issue.
To fix this, I'll need to skip the download if the local file size matches the content length of the URL.
This has been handled in ParallelDownloader in https://github.com/azihassan/youtube-d/pull/26, but is not yet supported for RegularDownloader.