AlexCSDev / UniversalDownloaderPlatform

Universal Downloader Platform is a c# library designed to make it easy to create custom downloaders for various websites
MIT License
8 stars 6 forks source link

Update PuppeteerSharp to 19.0.1 (Chrome 127.0.6533.88) #17

Closed xWTF closed 1 month ago

xWTF commented 2 months ago

This PR updates PuppeteerSharp to 19.0.1, which uses the latest (at least for now) Chrome. I believe it somewhat reduced chances of getting blocked by Cloudflare.

Minor changes were made to adopt the new API:

The submodule in PatreonDownloader should be updated accordingly. It's worth noting that this file should be updated too, since the Chrome is stored in ./Chrome instead of ./.local-chromium now.

AlexCSDev commented 1 month ago

Thank you.