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
Now I wonder if I can use the rich progress bar instead. I tried a lot of ways to integrate them but nothing worked. Can anyone replace the on_progress with rich?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to include download progress bars from rich while download video with pytube
This is a normal (simple) code to download video with
pytube
Now I wonder if I can use the
rich
progress bar instead. I tried a lot of ways to integrate them but nothing worked. Can anyone replace theon_progress
withrich
?This is the
on_progress
code frompytube
itself:https://github.com/pytube/pytube/blob/a32fff39058a6f7e5e59ecd06a7467b71197ce35/pytube/cli.py#L209-L249
Beta Was this translation helpful? Give feedback.
All reactions