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:
Request -> IRequest
Response -> IResponse
Browser -> IBrowser
Page -> IPage
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.
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:
Request
->IRequest
Response
->IResponse
Browser
->IBrowser
Page
->IPage
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.