Skip to content

cerbero: Speed up downloads on Windows drastically

Apparently Invoke-WebRequest updates the progress bar for every byte, which makes downloads happen orders of magnitude slower than necessary. So let's disable the progress bar.

On my system, downloads that required minutes now happen instantly. This is now faster than the old urllib implementation too.

Merge request reports