pully
pully copied to clipboard
Download files in parts
I'd like to implement the ability to download files in parts (multiple parts for audio and multiple parts for video).
Ideally this will give us the ability to resume downloads. Additionally parallel part downloads may speed up the total download rate (since the download speed is most likely throttled based on consuming bitrate).
Any ideas on custom implementation vs trying to get aria2 to work with ytdl-core?