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

Addition of progress bar to show download progress #33

Closed kevinrvaz closed 4 years ago

kevinrvaz commented 4 years ago

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.