From 56fe146f907665a284d5de630130f19fdc7bcae3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 5 May 2017 09:26:40 -0400 Subject: [PATCH] typo fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cc8e304..821eee85 100644 --- a/README.md +++ b/README.md @@ -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.