Nick Sweeting

Results 1234 comments of Nick Sweeting

For people here looking for a temporary solution, I posted instructions on how to insert a User row directly into the SQLite3 DB here: https://github.com/ArchiveBox/ArchiveBox/issues/928#issuecomment-1075758078 and here https://github.com/ArchiveBox/ArchiveBox/wiki/Upgrading-or-Merging-Archives#modify-the-archivebox-sqlite3-db-directly.

Yeah you can look in og:title, but lets not handle the image lazy loading right now, that's a very complex problem.

I recommend seeing if they can be archived with SingleFile, and if not, raising the issue on that repo. ArchiveBox does not itself do any archiving, it's just a collection...

ArchiveBox does not have granular control over how the singlefile capture is done, we only call the SingleFile CLI. Unless they provide a CLI option to scroll before capturing, we...

We might get this ability for free with the upcoming message passing architecture refactor https://github.com/ArchiveBox/ArchiveBox/issues/91#issuecomment-871343428, but it may take a while as that refactor is a big one. For now...

> About the architecture refactor, how about refactor ArchiveBox to a client / server model? This is already how the message-passing refactor works, it will be like client-server on steroids....

What do you mean by 3d assets? Can you provide some examples of URLs and formats that you'd expect it to be able to save?

I think the best way to go about this is to find an existing program (or snippet of puppeteer/playwright JS) that can look for these assets on a page (given...

The reason we stop parsing at parens is to support loading URLs from markdown. A solution would have to detect if the content looks like markdown and parse it accordingly,...

Nope, this is not supported and not planning on it anytime in the near/medium future. you can always run ArchiveBox itself on a remote server and send URLs to it...