Semro / syncwatch

Browser extension to watch videos together
MIT License
131 stars 19 forks source link

test: Netflix player #48

Open Semro opened 6 months ago

Semro commented 6 months ago

It would be great to cover Netflix player with E2E tests (example), but there are some problems:

How to access Netflix player without account?

Found a trailer player (https://www.netflix.com/title/80244682), but not sure if it has same API as main player, because it's not working with current implementation. In this player, there is no playerApp.getAPI() in window.netflix.appContext.state.

Semro commented 6 months ago

I'm not sure if extension's implementation still working with Netflix player or that trailer player has different API? @nilshellerhoff maybe you have some thoughts?