Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance verbosity with detailed download progress information (#28)
This PR uses yt_dlp's progress_hooks to log information about percentage completed (`d['_percent_str']`) and download speed (`d['_speed_str']`). This addition aims to provide more insights into the ongoing download process, assisting users or developers in monitoring and understanding the progress of the operation.
- Loading branch information