gildas-lormeau / single-file-cli

CLI tool for saving a faithful copy of a complete web page in a single HTML file (based on SingleFile)
GNU Affero General Public License v3.0
539 stars 57 forks source link

--browser-server is being ignored #93

Closed m3nadav closed 1 month ago

m3nadav commented 1 month ago

I tried to use --browser-server to reuse a running browser but the argument did nothing, I found that the part of the code that is supposed to use the browser-server argument is trying to use browserRemoteDebuggingURL instead. Opening a PR with suggested changes, hope it helps

gildas-lormeau commented 1 month ago

Thanks a lot for the PR, I can confirm that I had probably missed a regression during a refactoring.