Revert "Disable resumable image downloads"
This reverts commit 3d3bd49d1c.
This commit is contained in:
@@ -483,7 +483,7 @@ class Downloader(
|
||||
?: tmpDir.createFile("$filename.tmp")!!
|
||||
|
||||
try {
|
||||
source.getImage(page).use {
|
||||
source.getImage(page, file.length()).use {
|
||||
it.body.source().saveTo(
|
||||
// If the server supports partial downloads (HTTP 206),
|
||||
// append to the existing file.
|
||||
|
||||
Reference in New Issue
Block a user