gort818 / qtwebflix

A qt webengine program for netflix
GNU General Public License v3.0
245 stars 29 forks source link

Video not working anymore on netflix #83

Open jrd opened 3 years ago

jrd commented 3 years ago

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 commented 3 years ago

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.

gort818 commented 3 years ago

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?