Nick Sweeting
Nick Sweeting
`archivebox list --csv=title,timestamp,url ...` should work to import into other tools. There's also a `--json`output option. We could add an bookmark html export mode but it's a bit of a...
Definitely seems feasible to change the `RESOLUTION` to take an array, e.g. like `RESOLUTION=1440,900+720,900+...` etc. Then the variants could be saved in a folder like `archive//screenshot/1440x900.png,...`, with `screenshot.png` symlinked to...
Yeah, I have a big re-archictecturing plan to move to plug-in-style hooks system that allow components to modify any archivebox behavior, including filesystem calls, extractors, parsing, etc.
Actually I'm curious what you think of the new architecture, do you find this intuitive @mAAdhaTTah? https://gist.github.com/pirate/7193ab54557b051aa1e3a83191b69793
AFAIK there does not exist any option on wget to limit media size like YOUTUBEDL has. I'm not sure if this can be implemented easily.
I've added some more debug output to the version command to help track down the bug. Can you [install from dev](https://github.com/ArchiveBox/ArchiveBox#install-and-run-a-specific-github-branch) and post the output of `archivebox version` again.
Thanks for this! Adding Whitenoise will probably involve a bit more work than this PR alone, so it might take me a while to finish it off, but this is...
Ah sorry looks like we still need to add `SINGLEFILE_ARGS` and make sure it plays nicely with `CHROME_ARGS`. This will be a TODO for the next release. Contributors welcome. **Sub-tasks:**...
Definitely not going to switch to Selenium, we're partway done with a refactor to Pypeteer. This is just generally a hard problem and is forever going to be cat and...
related: https://github.com/ArchiveBox/ArchiveBox/issues/881