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

feature suggestion: verbose mode (hangs on URL) #23

Open andrisi opened 1 year ago

andrisi commented 1 year ago

single-file fails (hangs) on retrieving an URL: https://epa.oszk.hu/00100/00181/00060/vers_16_ady.htm - and probably because it has links to nonfunctional hostnames, but I see no way to debug this. Could you add a verbose mode, to see where it fails? Adding --crawl-inner-links-only does not help with the above URL either. Thanks!