devine/devine
rlaphoenix 484338cf50 Remove unnecessary --min-split-size from aria2c downloader
This was added by another team member a long time ago, seemingly for the purposes of preventing a split on DASH/HLS segment files, as they would be already quite small.

However, just because they are small it isn't exactly a problem to have it split, and it would only split if the segment file size fits the default split size of 20M at least twice. I.e., if the segment is 45M, it will split twice. If the segment is 25M, it actually won't split at all. You may think 25M will split by 20M into two downloads, but actually the split size must explicitly fit for it to split. So for 2 downloads it will need to be 40MB in size, then 60, then 80, and so on.

A 40M or bigger segment file does in my opinion deserve to be split as it may genuinely reap speed benefits.
2024-01-09 09:52:22 +00:00
..
commands Implement --no-proxy to disable all uses proxies and proxy providers 2024-01-09 02:40:49 +00:00
core Remove unnecessary --min-split-size from aria2c downloader 2024-01-09 09:52:22 +00:00
vaults Drop support for Python 3.8 2023-02-22 03:43:22 +00:00
__main__.py Initial commit 2023-02-06 02:41:29 +00:00