How can i export html to file via command line with FireFox

command-line, firefox

Solution

Use `pup`. Unlike automate-save-page-as, `pup` doesn't save the raw HTML, but outputs the parsed HTML.

Problem

So the question explains itself very good. Is there a console command line to save the html with firefox? Thanks.

Original source

Related problems