AlexAplin / nndownload

Download and process links from Niconico (nicovideo.jp)
MIT License
223 stars 29 forks source link

Multi-threaded downloading #32

Closed Aruelius closed 5 years ago

Aruelius commented 5 years ago

Because nicovideo is a paid member, single-threaded speed limit, but if you use multi-threading, you can achieve very fast speed.

Aruelius commented 5 years ago

This is the difference between single-threaded and multi-threaded download speeds. image

AlexAplin commented 5 years ago

I'll do some testing to see if this is viable in practice for all video types.

Aruelius commented 5 years ago

Ok, thank you very much.

AlexAplin commented 5 years ago

@Aruelius I added this and it works for all video types. It's definitely a lot faster! Currently it doesn't show download progress.