Kingkor Roy Tirtho
Kingkor Roy Tirtho
#97 Adds both Fedora (RPM) and AppImage support π
Does 3.8.0 work?
Invidious API is able to get the streams of these types of videos. So, I guess there's a way around this. May be pretending to be different client device? https://inv.nadeko.net/watch?v=VFSg01HDqAk
Duplicate of #292
We can't directly use YouTube Music API but we can use through Piped (which doesn't work 100% the time)
This is a near perfect solution but the issue is with downloading a standalone chrome binary just to login. While 100MBs is not a lot nowadays but the user still...
I think we can for now, use smaller builds of chromium that will give us minimal chrome that still has devtools protocol that puppeteer requires, removing other features that are...
Or, we could add `CookieManager` support to `desktop_webview_window`. Looking at their codebase, they're using [`ICoreWebView2`](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2) for Windows, [`WKWebView`](https://developer.apple.com/documentation/webkit) for MacOS and [`WebkitGTK`](https://webkitgtk.org/) for Linux All of these has Cookie management...
They already have Feature request open https://github.com/MixinNetwork/flutter-plugins/issues/125
Finally! :partying_face: GetCookie support for Desktop platforms in `desktop_webview_window` :rocket: Now it's only matter of time, we implement it in Spotube. @SantiiRepair do you want to implement this same thing...