Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Download Functionality with Progress Bar and Improved Logging #29

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

iseeface
Copy link

This pull request introduces enhancements to the download functionality of the TSRDownload class. The following changes have been made:

  • Progress Bar: A progress bar has been added using the tqdm library to provide real-time feedback on the download status, allowing users to monitor the progress of their downloads easily.

  • Improved Logging: The logging output has been refined for better readability. Newlines have been added between log messages, and the messages have been clarified to provide a clearer understanding of the download process. This includes informative messages for starting the download, waiting times, and completion notifications.

These improvements aim to enhance the user experience by making the download process more transparent and user-friendly.

Please review the changes and consider merging them into the main branch. Thank you!

to find out what percentage the download process has reached
add tqdm in requirements
to find out what percentage the download process has reached
my mistake was stacking the download function, and I have fixed it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant