@hazelnot yt-dlp?
@joepie91 huh, that one stopped working for me a while ago, guess it got fixed?
@hazelnot I used it like two months ago and back then it seemed to work
@joepie91 Hmm, any recommendation for a GUI for it? 😅
I can't remember all the command line arguments for this kind of stuff and I don't like just having a window with documentation open at all times to check every time I wanna use it lol
@hazelnot Just running `yt-dlp` without any further arguments should be enough
@joepie91 Huh, I thought I'd have to give it arguments for quality and download type and stuff, that was required last time I used a CLI-based YouTube downloader
@hazelnot You *can* do so, but yt-dlp will pick reasonable defaults if you don't
@hazelnot If you haven't installed it yet, I would strongly recommend installing `tldr`; you can run it like `tldr <command goes here>` and it'll show you some common/varied usage examples for the command, I often find it enough to remind me of how to use a tool without needing to refer to docs
@joepie91 Oh interesting, didn't know about this! I only knew about `man` and that one is, uh, just as bad if not worse than scrolling through a GitHub page lol