mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 22:20:21 +00:00
missing dom dump section
This commit is contained in:
parent
407a5cd4e7
commit
2e19050aba
1 changed files with 2 additions and 1 deletions
|
@ -107,8 +107,9 @@ organized by timestamp bookmarked. It's Powered by [headless](https://developer
|
||||||
For each sites it saves:
|
For each sites it saves:
|
||||||
|
|
||||||
- wget of site, e.g. `en.wikipedia.org/wiki/Example.html` with .html appended if not present
|
- wget of site, e.g. `en.wikipedia.org/wiki/Example.html` with .html appended if not present
|
||||||
- `screenshot.png` 1440x900 screenshot of site using headless chrome
|
|
||||||
- `output.pdf` Printed PDF of site using headless chrome
|
- `output.pdf` Printed PDF of site using headless chrome
|
||||||
|
- `screenshot.png` 1440x900 screenshot of site using headless chrome
|
||||||
|
- `output.html` DOM Dump of the HTML after rendering using headless chrome
|
||||||
- `archive.org.txt` A link to the saved site on archive.org
|
- `archive.org.txt` A link to the saved site on archive.org
|
||||||
- `audio/` and `video/` for sites like youtube, soundcloud, etc. (using youtube-dl) (WIP)
|
- `audio/` and `video/` for sites like youtube, soundcloud, etc. (using youtube-dl) (WIP)
|
||||||
- `code/` clone of any repository for github, bitbucket, or gitlab links (WIP)
|
- `code/` clone of any repository for github, bitbucket, or gitlab links (WIP)
|
||||||
|
|
Loading…
Reference in a new issue