A cross platform front-end GUI of the popular YouTube-dl written in wxPython
41–50 of 66 posts
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#42Earlier quoted context omitted.
Ever since youtube-dl was removed from Github, it seems like they gave up on the project.
youtube-dl works right now, so not sure if this is a fair thing to say. But you might have more insight than me. Maybe they realized that becoming a famous project is only a detriment to their mission
[1]: https://github.com/ytdl-org/youtube-dl/issues/29965#issuecom...
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#43As someone who has been working with Python a lot up to this year, I am wondering has the state of GUI frameworks improved for Python in the recent months/years? If I want to have, lets say, an application that looks (and works) like a native MacOS or Windows application, would I bet able to do that? All of the examples look really odd, with weird buttons and simply not feeling like native apps.
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#44Earlier quoted context omitted.
Tech literacy would help a great deal saving our democracies. Nobody needs to know command line, but to be able to tell if you're on a Russian disinfo website or a legit source of information is also (but not only) a matter of tech literacy, so I think OP is on to something here.
Tech literacy isn’t using a CLI. Get over yourself.
You're replying to a tangential “continuing the conversation”-type comment as though it were a rebuttal in an argument. It already agrees with you.
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#45Earlier quoted context omitted.
Tech literacy would help a great deal saving our democracies. Nobody needs to know command line, but to be able to tell if you're on a Russian disinfo website or a legit source of information is also (but not only) a matter of tech literacy, so I think OP is on to something here.
Tech literacy isn’t using a CLI. Get over yourself.
Unnecessarily hostile. We need less of this.
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#46Electron-based alternative: https://jely2002.github.io/youtube-dl-gui/
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#47Earlier quoted context omitted.
It's handy for people who are not comfortable with the command line, no matter how simple it is. In addition it allows one to convert to mp3 etc. The number of people who might want to download something from Youtube & co is significantly larger than that of people comfortable with the cli.
I won't criticize someone for making more interfaces for this software, but I like the prospect that more people have been and will be motivated to learn about command line interfaces in order to use powerful software like youtube-dl.
Even for people who know how to use the command line, most of us still spend the day in a graphical desktop environment, and having a program that integrates with that environment is very valuable.
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#48What would be really good, is some way to search a list of "artist - song title" to output a list of youtube video IDs.
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#49Earlier quoted context omitted.
I'm curious way people hate on wxWidgets so much. As a cross platform GUI, it works, and has a better license for developers than QT, and when investigating QT it looked like it requires more than just a library, but QT specific tooling to build things.
> I'm curious way people hate on wxWidgets so much. Because it just looks bad and outdated on most platforms.
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#50That project is abandoned. There is an ongoing fork called youtube-dl-gui: https://github.com/oleksis/youtube-dl-gui And an alternative called tartube: https://github.com/axcore/tartube
It seems to me like youtube-dl is also abandoned. yt-dlp[0] is a fork with additional features and fixes. It is also actively maintained. [0]: https://github.com/yt-dlp/yt-dlp