mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-23 04:33:11 +00:00
README: clarify archive method options
This commit is contained in:
parent
e499b23543
commit
cb6fcf4a2f
1 changed files with 7 additions and 2 deletions
|
@ -96,8 +96,13 @@ env CHROME_BINARY=google-chrome-stable RESOLUTION=1440,900 FETCH_PDF=False ./arc
|
||||||
|
|
||||||
**Archive Options:**
|
**Archive Options:**
|
||||||
- maximum allowed download time per link: `TIMEOUT` values: [`60`]/`30`/`...`
|
- maximum allowed download time per link: `TIMEOUT` values: [`60`]/`30`/`...`
|
||||||
- archive methods: `FETCH_WGET`, `FETCH_PDF`, `FETCH_SCREENSHOT`, `FETCH_FAVICON`, `SUBMIT_ARCHIVE_DOT_ORG` values: [`True`]/`False`
|
- archive methods (values: [`True`]/`False`):
|
||||||
- archive images/css/js: `FETCH_WGET_REQUISITES` values: [`True`]/`False` (True is highly recommended)
|
- fetch page with wget: `FETCH_WGET`
|
||||||
|
- fetch images/css/js with wget: `FETCH_WGET_REQUISITES` (True is highly recommended)
|
||||||
|
- print page as PDF: `FETCH_PDF`
|
||||||
|
- fetch a screenshot of the page: `FETCH_SCREENSHOT`
|
||||||
|
- fetch a favicon for the page: `FETCH_FAVICON`
|
||||||
|
- submit the page to archive.org: `SUBMIT_ARCHIVE_DOT_ORG`
|
||||||
- screenshot: `RESOLUTION` values: [`1440,900`]/`1024,768`/`...`
|
- screenshot: `RESOLUTION` values: [`1440,900`]/`1024,768`/`...`
|
||||||
- user agent: `WGET_USER_AGENT` values: [`Wget/1.19.1`]/`"Mozilla/5.0 ..."`/`...`
|
- user agent: `WGET_USER_AGENT` values: [`Wget/1.19.1`]/`"Mozilla/5.0 ..."`/`...`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue