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

Extract the name of file from url and show it in the output #52

Open
pooya-mohammadi opened this issue May 27, 2023 · 0 comments
Open

Comments

@pooya-mohammadi
Copy link
Owner

pooya-mohammadi commented May 27, 2023

sys.stdout.write("\rDownloading: [{}{}]".format("█" * done, "." * (50 - done)))

Right now the output is like the following:
Downloading: [██████████████████████████████████████████████████]
It would be great to have the downloading file name after Downloading

Downloading image.png: [██████████████████████████████████████████████████]

Showing percentage of the downloaded file would be great as well

@MenuaB Thanks in advance

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

No branches or pull requests

1 participant