excalibur-kvrv / 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/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a -m option to specify custom number of download processes to be used.

kevinrvaz opened this issue · comments

Is your feature request related to a problem? Please describe.
Addition of a -m option will allow users to specify a custom number of parallel processes to run to scale as per need.

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