Closed Bowarc closed 1 year ago
Now that i think of it, it would also allow us to save the file while downloading, so you don't have to store a potentially large file in memory all at once (trying to download a 8h video leaves us with a 6Gb array of data that could have been written to disk wayyy earlyer)
Thank you for the feature idea. To be implemented with version 0.6.0.
Hi, im making a background manager, and i wanted to be able to download videos from yt, your crate seems rly cool but one catch. From what i see, the function
rusty_ytdl::Video::download
doesn't allow the thread to get/send status update. therefore, the user don't have any idea of the speed/time it's gonna take to download the whole video.How about moving the
get_next_chunk
function inrusty_ytdl::Video::download
directly inrusty_ytdl::Video
so something like this could be possible:I belive it would be a great feature. i'd love to hear your opinion on this