Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

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

Closed
kevinrvaz opened this issue Oct 3, 2020 · 1 comment · Fixed by #46
Closed

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

kevinrvaz opened this issue Oct 3, 2020 · 1 comment · Fixed by #46
Assignees
Labels
concurrency Issues related to multiprocessing/multithreading enhancement New feature or request good first issue Good for newcomers hacktoberfest performance Issues relating to performance

Comments

@kevinrvaz
Copy link
Owner

kevinrvaz commented Oct 3, 2020

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.

@kevinrvaz kevinrvaz added concurrency Issues related to multiprocessing/multithreading enhancement New feature or request hacktoberfest performance Issues relating to performance labels Oct 3, 2020
@kevinrvaz kevinrvaz self-assigned this Oct 3, 2020
@kevinrvaz kevinrvaz added this to To do in M3U8-DL via automation Oct 3, 2020
@kevinrvaz kevinrvaz added this to To do in m3u8-downloader via automation Oct 3, 2020
@kevinrvaz kevinrvaz removed their assignment Oct 4, 2020
@kevinrvaz kevinrvaz added the good first issue Good for newcomers label Oct 4, 2020
@OliverVermeulen
Copy link
Contributor

I'm gonna take a look at this.

m3u8-downloader automation moved this from To do to Done Oct 31, 2020
M3U8-DL automation moved this from To do to Done Oct 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
concurrency Issues related to multiprocessing/multithreading enhancement New feature or request good first issue Good for newcomers hacktoberfest performance Issues relating to performance
Projects
Development

Successfully merging a pull request may close this issue.

2 participants