MeiK2333 / pyppeteer_stealth

MIT License
245 stars 53 forks source link

HEADCHR_IFRAME fails #5

Closed liorazi closed 4 years ago

liorazi commented 4 years ago

Hey, Great work on porting pyppeteer stealth plugin to Python.

I am trying to run something that is already working via the JS version of puppeteer together with the Stealth plugin and I get different results.

I'm not 100% sure but I think it's related to the HEADCHR_IFRAME failing. Also, I have a warning on VIDEO_CODECS.

See the following screenshots from https://bot.sannysoft.com/ & https://antoinevastel.com/bots/ :

example9

example4

example6

liorazi commented 4 years ago

Just cloned the repo from master (I installed the package from pip before) and it works! Seems like the VIDEO_CODECS was the problem, and it's now solved 👍