mraza007 / videodownloader

A simple python script that will allow you to download youtube videos
MIT License
213 stars 52 forks source link

Incorporating youtube search #13

Open mraza007 opened 6 years ago

mraza007 commented 6 years ago

instead of copying and pasting URL. We should create a search field that will allow us to search videos right from the gui or cli

jslay88 commented 6 years ago

I'd say it should probably be pretty low priority, as YouTube already has a great search (don't want to reinvent the wheel), and most people will want to initially watch what they are about to download, before downloading it.

If anything, a search feature should only be included if we can effectively also allow people to watch the video within the application as well. Searching via cli I think wouldn't be worth our efforts, for the previously mentioned reasons.

mraza007 commented 6 years ago

We can assign this as low priority. I was thinking about implementing it in gui so people can search and people can play right in the gui

jslay88 commented 6 years ago

yeah, was looking into pyqt instead of tkinter for a more advanced interface, as there are serious limitations behind tkinter.

mraza007 commented 6 years ago

I see Kivy is pretty cool framework yup and you are right tkinter won't be able to fit all feature we want to add btw the thumbnail was pretty cool