1
0
Fork 0
mirror of synced 2024-05-21 21:02:29 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2021-02-02 11:52:02 -05:00 committed by GitHub
parent 97c113d753
commit d4aa8f6237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -333,7 +333,7 @@ archivebox list --json --with-headers > index.json
open index.html
# or browse the snapshots via filesystem directly
ls ./archive/<timestamp>/
ls ./archive/<timestamp>/
```
- **Index:** `index.html` & `index.json` HTML and JSON index files containing metadata and details
@ -352,6 +352,12 @@ open index.html
It does everything out-of-the-box by default, but you can disable or tweak [individual archive methods](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration) via environment variables or config file.
```bash
archivebox config --set SAVE_ARCHIVE_DOT_ORG=False
archivebox config --set YOUTUBEDL_ARGS='--max-filesize=500m'
archivebox config --help
```
<div align="center">
<img src="https://i.imgur.com/ucyimDX.png" width="96%" alt="lego graphic">
</div>