jonnekaunisto / simple-youtube-api

Object-oriented Wrapper for Youtube API in Python
https://simple-youtube-api.rtfd.io
Other
74 stars 16 forks source link

It would be nice if the progress bar could be overriden #54

Open ughstudios opened 2 years ago

ughstudios commented 2 years ago

I would like to use the Qt Progress Dialog class for the progress bar: https://doc.qt.io/qt-6/qprogressdialog.html

Is there a way to easily override the progress bar you are using in Channel.py -> resumable_upload()?

I would like to be able to continue to use your package, but I want to be able to use my own progress bar. If you simply exposed the progress float value somehow, that would be good enough