mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-18 14:28:25 +00:00
correct mistake about chrome headless sessions
This commit is contained in:
parent
ea1d3541b2
commit
50a06f5e52
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ For each sites it saves:
|
||||||
- `link.json` A json file containing link info and archive status
|
- `link.json` A json file containing link info and archive status
|
||||||
- `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)
|
||||||
|
|
||||||
Screenshots & PDFs will be able to work for any sites you're logged-into using Chrome, but wget cannet fetch sites that need authentication (for now).
|
Wget and Chrome [don't work](https://bugs.chromium.org/p/chromium/issues/detail?id=617931) on sites you need to be logged into (yet).
|
||||||
|
`chrome --headless` essentially runs in an incognito mode session, until they add support for `--user-data-dir=`.
|
||||||
|
|
||||||
**Large Exports & Estimated Runtime:**
|
**Large Exports & Estimated Runtime:**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue