Python Qt YouTube Player

In a previous thread I had shared progress of a project I'm working on. Here is what I have so far. Thank you to all the anons for the encouragement so far.
gitlab.com/asdasd_adsasda/qtube

- No YouTube account needed
- No YouTube API key needed
- Playlists, stored locally
- Restores track progress
- Search
- Sorting
- Thumbnails

First seen on Any Forums.

Still work left to be done, such as setting up proper requirements and more testing on other platforms.

Attached: screenshot.png (2050x1302, 604.52K)

Nice job user :)

When you're done, I'll make the logo.

Thank you.

Would be nice. My artistic skills are even worse than my programming skills.

Some stats: written over the last 3 days, with some input from Any Forums, about 800 lines of code.Forgot to mention it supports global media keys (with pynput package).

Attached: code.png (2188x2116, 526.1K)

thanks. but i have a spotify sub

Whoa this looks pretty neat. Will this be ported to linux?

so why this over mpv+yt-dlp

it runs on python and qt
if it doesnt run on windows or linux then its the user's fault

It's python user...

Nice, presumably you're using the same API that the YouTube website uses? I made something a while ago that uses that API, because the official API is fucking stupid because you can only do 100 searches a day or something like that, if I remember correctly.

But of course they could change their site's API at any time, I guess that's the downside.

that's very nice user, but why not yt-dlp?