mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
typo fix
This commit is contained in:
parent
4a3de27b81
commit
56fe146f90
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@ Save an archived copy of all websites you star using Pocket, indexed in an html
|
|||
`archive.py` is a script that takes a [Pocket](https://getpocket.com/export) export, and turns it into a browsable html archive that you can store locally or host online.
|
||||
|
||||
**Runtime:** I've found it takes about an hour to download 1000 articles, and they'll take up roughly 1GB.
|
||||
Those numbers are from running it signle-threaded on my i5 machine with 50mbps down. YMMV.
|
||||
Those numbers are from running it single-threaded on my i5 machine with 50mbps down. YMMV.
|
||||
|
||||
**Dependencies:** `google-chrome --headless (59)`,` wget`, `python3`
|
||||
|
||||
|
@ -77,7 +77,8 @@ Urls look like: `https://sweeting.me/pocket/archive/1493350273/en.wikipedia.org/
|
|||
This is basically an open-source version of [Pocket Premium](https://getpocket.com/premium) (which you should consider paying for!).
|
||||
I got tired of sites I saved going offline or changing their URLS, so I started
|
||||
archiving a copy of them locally now, similar to The Way-Back Machine provided
|
||||
by [archive.org](https://archive.org).
|
||||
by [archive.org](https://archive.org). Self hosting your own archive allows you to save
|
||||
PDFs & Screenshots of dynamic sites in addition to static html, something archive.org doesn't do.
|
||||
|
||||
Now I can rest soundly knowing important articles and resources I like wont dissapear off the internet.
|
||||
|
||||
|
|
Loading…
Reference in a new issue