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

Add better progress tracking on link_retrieval.py #22

Open
Joe-TheBro opened this issue May 27, 2023 · 0 comments
Open

Add better progress tracking on link_retrieval.py #22

Joe-TheBro opened this issue May 27, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Joe-TheBro
Copy link
Contributor

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.

@Joe-TheBro Joe-TheBro added enhancement New feature or request good first issue Good for newcomers labels May 27, 2023
swastikom added a commit to swastikom/models that referenced this issue May 27, 2023
swastikom added a commit to swastikom/models that referenced this issue May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant