tokland / youtube-upload

Upload videos to Youtube from the command line
2.06k stars 464 forks source link

progressbar not working #367

Open jithesh82 opened 11 months ago

jithesh82 commented 11 months ago

Tokland is not working on youtube-upload anymore. However, @kootsoop is. If you prepare a PR, we'll gladly merge it. Any help, gratefully received.

Describe the bug I am on Kali Linux. I have progressbar2 installed. But when I upload progressbar is not shown.

Solution: I checked the main.py file. It says import progressbar2. Even though when we install we say pip install progressbar2, when we import it we just say import progressbar. I edited the main.py file and it started working.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.