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

working with a given url seems to dump code into the terminal #21

Open andrisi opened 1 year ago

andrisi commented 1 year ago

Running the below command seems to dump code, and then result in the error message below.

single-file https://epa.oszk.hu/00300/00336/00003/bbcikk19.html --back-end=jsdom x.html

Might be related to an IFRAME in the html, which can be ignored with --remove-frames which seems to be supported by the jsdom backend, even tought the cli --help says its not.