yuna icon indicating copy to clipboard operation
yuna copied to clipboard

Netflix support

Open SpaceCowboy321 opened this issue 6 years ago • 8 comments

Sorry for the flood of these. Similar to the other ones, would it be possible to add Netflix support at some point? I imagine Netflix probably has many hoops to jump through, so it would difficult or maybe even impossible.

SpaceCowboy321 avatar Apr 13 '19 17:04 SpaceCowboy321

There's no public facing api and most likely the search is going to have to be authenticated. We could approach it like I assume all the other methods are which is fake an OAuth request and then stash the tokens but I can't imagine them allowing an OAuth request from a source that they don't have listed as being valid.

BitForger avatar Apr 28 '19 22:04 BitForger

But if you succeed it would be fantastic. Since Crunchyroll has some limited titles, Netflix could fill the gap (such as DanMachi).

xAspired avatar Aug 02 '19 09:08 xAspired

Found a relevant project: https://github.com/oscartbeaumont/ElectronPlayer

This might be possible

beeequeue avatar Sep 02 '19 22:09 beeequeue

Found a relevant project: oscartbeaumont/ElectronPlayer

This might be possible

Unfortunately, not really, it's just an electron wrapper around the netflix site.

BitForger avatar Sep 10 '19 01:09 BitForger

The main thing required from there would be the widevine DRM workaround

beeequeue avatar Sep 10 '19 07:09 beeequeue

So is it possible to do it?

xAspired avatar Nov 06 '19 10:11 xAspired

So is it possible to do it?

From my perspective not reliably, if at all, but @BeeeQueue can probably comment more on that.

BitForger avatar Nov 06 '19 13:11 BitForger

Most likely not. It's not something I'm very likely to investigate either due to the complexity behind it

beeequeue avatar Nov 07 '19 11:11 beeequeue