AlexAplin / nndownload

Download and process links from Niconico (nicovideo.jp)
MIT License
223 stars 29 forks source link

Check quality before resuming downloads #38

Closed AlexAplin closed 5 years ago

AlexAplin commented 5 years ago

Fixes #37. Compare existing file data with the current download over a window of bytes. If the window matches, the download resumes at that position. The existing file will be overwritten when the download quality is auto if:

When the download quality is low and the existing file data is of a higher quality, the download will raise a FormatNotAvailableException.