tokland / youtube-upload

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

Issue with progressbar #368

Open jithesh82 opened 11 months ago

jithesh82 commented 11 months ago

Hello Developers, In the main.py, the progressbar2 is imported as import progressbar2. This gives an error and since the error is caught the progress bar is not shown. Even though progressbar2 is installed as pip install progressbar2, when you import it is imported as import progressbar. I have made this small change in my fork. I tested it on my Linux Debain system and it is working. Please look into it and help.

Thanks a lot for your great work.

Best regards, -Jithesh