python-20 / video-downloader

A python application to download videos
GNU General Public License v3.0
9 stars 10 forks source link

GUI Improvements #11

Closed cherylli closed 4 years ago

cherylli commented 4 years ago

more to add @RyanSamman

chonix commented 4 years ago
cherylli commented 4 years ago

we can make a textbox for error. so maybe a text box which says something along the line of "ok"/"pass", if there's no error then display the error if there's any?

RyanSamman commented 4 years ago

I have an idea, we can make a labels to get:

Make it into one function 😡 no need to make 50 functions to do this

We might also want to prefetch in the API

Also, for the loading bar, this and the one under it may be useful: https://python-pytube.readthedocs.io/en/latest/api.html#pytube.YouTube.register_on_complete_callback https://python-pytube.readthedocs.io/en/latest/api.html#pytube.Stream.on_progress

RyanSamman commented 4 years ago

Moved the stuff remaining to #39 to keep it all in one spot