You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write ordinary code for downloading in some .py file:
obj = SmartDL(url, dest)
obj.start()
and run it using PyCharm.
What happens
Progress is not displayed.
Proposed solution
I propose to use tqdm for displaying progress if it is installed. It's lightweight, have no dependencies, and works well with PyCharm. If you agree with my proposal, I can implement it if you want and submit PR.
The text was updated successfully, but these errors were encountered:
How to reproduce
Write ordinary code for downloading in some
.py
file:and run it using PyCharm.
What happens
Progress is not displayed.
Proposed solution
I propose to use
tqdm
for displaying progress if it is installed. It's lightweight, have no dependencies, and works well with PyCharm. If you agree with my proposal, I can implement it if you want and submit PR.The text was updated successfully, but these errors were encountered: