kevinrvaz / m3u8-dl

A CLI program to download a video played using a m3u8 playlist. Download it here - https://pypi.org/project/m3u8dl/0.5.2/
MIT License
72 stars 20 forks source link

Add a -t option for specifying custom number of threads per process #36

Closed kevinrvaz closed 4 years ago

kevinrvaz commented 4 years ago

Is your feature request related to a problem? Please describe. Adding a cli -t option will user to customize and scale the download speed as per their needs

Describe the solution you'd like We can add a cli option -t that on invokation will look like m3u8-dl <url-of-playlist> -t 8 this would mean starting the download processes with 8 threads per process, so if there are 4 download processes there will be a total of 32 threads.

OliverVermeulen commented 4 years ago

I'm gonna take a look at this.