kevinrvaz/m3u8-dl

Addition of progress bar to show download progress

kevinrvaz opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Addition of a progress bar will help users get a sense of how much data has been downloaded and how much data is left to be downloaded

Describe the solution you'd like
Using a library like progress from pypi https://pypi.org/project/progress/, one can identify the areas where the downloaded chunks are tracked and record it using the library.