tokland / youtube-upload

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

Fix import for progressbar2 #348

Closed Ashesh3 closed 2 years ago

Ashesh3 commented 2 years ago

The test for progressbar2 is incorrect in the code. The said package, progressbar2 imports as progressbar and not progressbar2. This change corrects the test for availability of the progressbar2 package by importing it correctly.