Is there a configuration option to restore the previous download logic? #6497
-
|
Since version 0.5.3, the feature of switching to the default downloader when the aria2 failed is hard to use. If I download a large file from a website affected by ISP interference, it always fails when the download not completed, then new feature delete all aria2 files and use default downloader, then it fails again. I can't resume the download from the previously downloaded part, both two methods. Previous version can resume aria2 download by re-executing the install/update command. Now I have to comment some lines in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Unfortunately, according to commit e0c682d, there isn't any option. I also think it would be useful to have one. |
Beta Was this translation helpful? Give feedback.
-
|
In #6538, an option This feature will be included in the next release (which may come in a few months). If you'd like to use it right now, you can switch your Scoop-Core to the develop branch by running: When the next version is released, you can switch back to the Scoop-Core master branch using the following command: |
Beta Was this translation helpful? Give feedback.
In #6538, an option
aria2-fallback-disabledwas introduced to allow disabling the automatic fallback to the default downloader.This feature will be included in the next release (which may come in a few months). If you'd like to use it right now, you can switch your Scoop-Core to the develop branch by running:
(p.s. Make sure you don't have any local changes to Scoop-Core, otherwise the command won't work.)
When the next version is released, you can switch back to the Scoop-Core master branch using the following command: