We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, link retrieval gives an output link this:
Requesting page 18 Requesting page 19 Requesting page 20 Requesting page 21 Requesting page 22 Requesting page 23 Requesting page 24 Requesting page 25 Requesting page 26 Requesting page 27 Requesting page 28 Requesting page 29 Requesting page 30
A better solution to this since we know the total pages would be to create a progress bar using tqdm or a similar library.
This would allow the developer to know how long the download would take and would make the experience better.
The text was updated successfully, but these errors were encountered:
Issue Resolved: Add better progress tracking waldo-vision#22
2467a37
2c8bd55
No branches or pull requests
Currently, link retrieval gives an output link this:
A better solution to this since we know the total pages would be to create a progress bar using tqdm or a similar library.
This would allow the developer to know how long the download would take and would make the experience better.
The text was updated successfully, but these errors were encountered: