YouTube Video Downloader #664
-
I had a question regarding:
Now, I don't know how can I add those functionalities together. I got a reference from one of the mentor :
Not knowing where to add! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
The progress bar widget explanation can be found here: https://www.geeksforgeeks.org/progressbar-widget-in-tkinter-python . For quality control, you need to research a bit about how this library (pytube) takes the filer arguments in video downloading |
Beta Was this translation helpful? Give feedback.
-
Need to note that the value of the quality_chosen must end with "p" character. Like "360p", "480p", etc.
See if there is a way to actually print that progress bar on the frame instead of bothering yourself with the calculation algorithm. |
Beta Was this translation helpful? Give feedback.
The progress bar widget explanation can be found here: https://www.geeksforgeeks.org/progressbar-widget-in-tkinter-python . For quality control, you need to research a bit about how this library (pytube) takes the filer arguments in video downloading