MeiK2333 / pyppeteer_stealth

MIT License
244 stars 53 forks source link

Enable widevine #12

Open bitnom opened 3 years ago

bitnom commented 3 years ago

Site thinks widevine is not installed but it is enabled by default in pyppeteer. Stealth makes him report no widevine. Need to fix.

mcolella14 commented 3 years ago

I don't really know anything about widevine, but are you sure it comes with pyppeteer's default Chromium? I just tested by running headful and looking in chrome://components/, and didn't see widevine in there. Also just tried the suggestion here of using a Chrome binary, and I did see it then. There's also this method, but not sure if that would work.

Again, I don't really know anything about widevine, so I'm sorry if this doesn't help at all.