Show HN: Pocket Stream Archive – A personal Way-Back Machine
1–10 of 70 posts
Re: Show HN: Pocket Stream Archive – A personal Way-Back Machine
#2Re: Show HN: Pocket Stream Archive – A personal Way-Back Machine
#3Great project!
Re: Show HN: Pocket Stream Archive – A personal Way-Back Machine
#4Now if only Chromium could learn to write WARC archives, then it would be on par! :) Great project!
Re: Show HN: Pocket Stream Archive – A personal Way-Back Machine
#5$ google-chrome --headless --disable-gpu --print-to-pdf 'http://example.com'
Edit: I'm completely baffled that such widely used software as Google Chrome can have this written in the man page: "Google Chrome has hundreds of undocumented command-line flags that are added and removed at the whim of the developers."
Re: Show HN: Pocket Stream Archive – A personal Way-Back Machine
#6What version of Google Chrome do you need for the PDF export to work? I tried it on 58.0.3029.96 (Linux) and this does nothing (no error messages, it just quits without writing any files): $ google-chrome --headless --disable-gpu --print-to-pdf ' http://example.com' Edit: I'm completely baffled that such widely used software as Google Chrome can have this written in the man page: "Google Chrome has hundreds of undocu…
https://developers.google.com/web/updates/2017/04/headless-c...
Re: Show HN: Pocket Stream Archive – A personal Way-Back Machine
#7Re: Show HN: Pocket Stream Archive – A personal Way-Back Machine
#8Now if only Chromium could learn to write WARC archives, then it would be on par! :) Great project!
Can one automate extensions through headless chrome ? then you might be able to trigger WarCreate instead (It will be more efficient to run the pocket export urls through WAIL though - this should give you the warcs you want)
Not sure if it's worth including in my script though, since WARCs aren't easily browseable (correct me if I'm wrong).
Re: Show HN: Pocket Stream Archive – A personal Way-Back Machine
#9Would be cool to see this for Instapaper or Pinboard
Just one line of regex changes probably: https://github.com/pirate/pocket-archive-stream/blob/master/...
Re: Show HN: Pocket Stream Archive – A personal Way-Back Machine
#10yes! thank you so much. Needed this badly.