qtwebflix icon indicating copy to clipboard operation
qtwebflix copied to clipboard

Video not working anymore on netflix

Open jrd opened this issue 3 years ago • 2 comments

Here the message I got (in French): image

I tried to patch the UserAgent to "Mozilla/5.0 (X11; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0" but it didn’t change the result. Netflix should base its detection on other things that the UserAgent itself. Maybe Netflix runs some javascript code to test for some behavior.

Disney+ is still working fine.

jrd avatar Jun 08 '21 18:06 jrd

Getting back to previous commit (https://github.com/gort818/qtwebflix/commit/159652495f5db785ea8b7ce53f7a49ee57f4e428) works. So Netflix does not recognize Firefox 75 or the last commit is incomplete.

jrd avatar Jun 23 '21 22:06 jrd

No issues on my end, I just tried it with Mozilla/5.0 (X11; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0 and it works fine. Can you try with the latest commit?

gort818 avatar Jun 24 '21 01:06 gort818