That 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
A cross platform front-end GUI of the popular YouTube-dl written in wxPython
51–60 of 66 posts
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#52What 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
#53Earlier quoted context omitted.
> I'm curious way people hate on wxWidgets so much. Because it just looks bad and outdated on most platforms.
Which would be a criticism of looking native, because that is all wxWidgets is doing. It's a wrapper for the underlying OS's native GUI.
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#54I'm curious what is the reason for a GUI for such a simple utility? The command line for this kind of tool seems like the perfect interface. Just copy a URL, paste it, press enter. No buttons to press, etc.
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#55Earlier 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.
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#56Earlier 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
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#57I'm curious what is the reason for a GUI for such a simple utility? The command line for this kind of tool seems like the perfect interface. Just copy a URL, paste it, press enter. No buttons to press, etc.
Unless the URL contains shell meta characters, such as "&"…
The URL of this comment pastes like this, ready to be passed to commands:
https://news.ycombinator.com/edit\?id\=29069520Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#58Earlier quoted context omitted.
wxWidgets does use native controls so should feel like a native app. Sadly this is its only redeeming feature.
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.
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#59Earlier 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
Re: A cross platform front-end GUI of the popular YouTube-dl written in wxPython
#60That 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