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
540 stars 58 forks source link

--save-original-urls does not work on cli #15

Closed jck closed 1 year ago

jck commented 1 year ago

I've tried it with docker and npx. save-original-urls does work in the extension for me.

podman run --rm capsulecode/singlefile https://wikipedia.org --save-original-urls=true
npx single-file-cli https://wikipedia.org --browser-executable-path=/usr/bin/google-chrome-stable --save-original-urls=true
gildas-lormeau commented 1 year ago

Thank you for the bug report, it's in the last version on NPM.

jck commented 1 year ago

thanks!