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

Not a bug/issue, Wonder if we can get some insight/progress when running with a big url file? #44

Open mobilelifeful opened 2 years ago

mobilelifeful commented 2 years ago

Describe the bug Not really a bug / issue, but would like to know if we can gain some insight when running sing-file from command line

To Reproduce Steps to reproduce the behavior:

  1. nohup single-file --urls-file=lotOfUrl.txt --browser-executable-path /u sr/bin/google-chrome --filename-template="{page-title}{date-locale}{time-locale}{url-pathname-flat}" > output.txt &
  2. waiting. waiting,

Expected behavior would like see progress/eror/info when tail the output.txt would be nice to see the URL that failed to save.

Environment

Thank you for sharing this tool.

gildas-lormeau commented 2 years ago

Right now, you can see the progress by using the option --crawl-save-session and inspecting the output JSON file.